0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 19:32:45 +00:00

dependency updates

This commit is contained in:
Trevor Buckner
2021-06-25 22:45:37 -04:00
parent 599c69c9bb
commit 532d2428b7
2 changed files with 635 additions and 1780 deletions

2401
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,21 +40,21 @@
] ]
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.14.3", "@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5", "@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.4", "@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13", "@babel/preset-react": "^7.14.5",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"codemirror": "^5.61.1", "codemirror": "^5.62.0",
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"create-react-class": "^15.7.0", "create-react-class": "^15.7.0",
"dedent-tabs": "^0.9.0", "dedent-tabs": "^0.9.0",
"express": "^4.17.1", "express": "^4.17.1",
"express-async-handler": "^1.1.4", "express-async-handler": "^1.1.4",
"express-static-gzip": "2.1.1", "express-static-gzip": "2.1.1",
"fs-extra": "9.1.0", "fs-extra": "10.0.0",
"googleapis": "75.0.0", "googleapis": "78.0.0",
"jwt-simple": "^0.5.6", "jwt-simple": "^0.5.6",
"less": "^3.13.1", "less": "^3.13.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
@@ -65,7 +65,7 @@
"nanoid": "3.1.23", "nanoid": "3.1.23",
"nconf": "^0.11.2", "nconf": "^0.11.2",
"prop-types": "15.7.2", "prop-types": "15.7.2",
"query-string": "7.0.0", "query-string": "7.0.1",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-frame-component": "4.1.3", "react-frame-component": "4.1.3",
@@ -75,7 +75,7 @@
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git" "vitreum": "git+https://git@github.com/calculuschild/vitreum.git"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.27.0", "eslint": "^7.29.0",
"eslint-plugin-react": "^7.24.0", "eslint-plugin-react": "^7.24.0",
"pico-check": "^2.1.3" "pico-check": "^2.1.3"
} }