0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 01:02:47 +00:00

Merge branch 'master' into StylePanel

This commit is contained in:
Trevor Buckner
2021-06-10 10:39:39 -04:00
committed by GitHub
3 changed files with 567 additions and 342 deletions

View File

@@ -1,4 +1,4 @@
FROM node:8
FROM node:14.15
ENV NODE_ENV=docker

889
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,13 +40,13 @@
]
},
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.0",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"body-parser": "^1.19.0",
"classnames": "^2.3.1",
"codemirror": "^5.61.0",
"codemirror": "^5.61.1",
"cookie-parser": "^1.4.5",
"create-react-class": "^15.7.0",
"dedent-tabs": "^0.9.0",
@@ -54,15 +54,15 @@
"express-async-handler": "^1.1.4",
"express-static-gzip": "2.1.1",
"fs-extra": "9.1.0",
"googleapis": "73.0.0",
"googleapis": "75.0.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
"lodash": "^4.17.21",
"marked": "2.0.3",
"marked": "2.0.6",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^5.12.7",
"nanoid": "3.1.22",
"mongoose": "^5.12.12",
"nanoid": "3.1.23",
"nconf": "^0.11.2",
"prop-types": "15.7.2",
"query-string": "7.0.0",
@@ -75,8 +75,8 @@
"vitreum": "git+https://github.com/calculuschild/vitreum.git"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint": "^7.27.0",
"eslint-plugin-react": "^7.23.2",
"pico-check": "^2.0.3"
"pico-check": "^2.1.3"
}
}