0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 13:02:38 +00:00

Merge remote-tracking branch 'origin/master' into private/asachkov/testing-with-supertest

This commit is contained in:
Alexey Sachkov
2022-01-23 19:58:56 +03:00
2 changed files with 78 additions and 78 deletions

View File

@@ -47,12 +47,13 @@
]
},
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"body-parser": "^1.19.1",
"classnames": "^2.3.1",
"codemirror": "^5.65.0",
"codemirror": "^5.65.1",
"cookie-parser": "^1.4.6",
"create-react-class": "^15.7.0",
"dedent-tabs": "^0.10.1",
@@ -70,7 +71,7 @@
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.1.7",
"nanoid": "3.1.30",
"nanoid": "3.2.0",
"nconf": "^0.11.3",
"prop-types": "15.8.0",
"query-string": "7.1.0",
@@ -83,7 +84,6 @@
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.16.10",
"eslint": "^8.7.0",
"eslint-plugin-react": "^7.28.0",
"jest": "^27.4.5",