0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 23:12:39 +00:00

update dependencies as of 4-4-21

This commit is contained in:
Trevor Buckner
2021-04-04 17:06:52 -04:00
parent d15bec08a3
commit 476d618286
2 changed files with 386 additions and 975 deletions

1339
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,30 +40,30 @@
] ]
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.13.10", "@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.10", "@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.12.13", "@babel/preset-react": "^7.13.13",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"classnames": "^2.2.6", "classnames": "^2.3.0",
"codemirror": "^5.59.4", "codemirror": "^5.60.0",
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"create-react-class": "^15.7.0", "create-react-class": "^15.7.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": "9.1.0",
"googleapis": "67.1.1", "googleapis": "70.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",
"marked": "2.0.1", "marked": "2.0.1",
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1", "moment": "^2.29.1",
"mongoose": "^5.12.0", "mongoose": "^5.12.3",
"nanoid": "3.1.21", "nanoid": "3.1.22",
"nconf": "^0.11.2", "nconf": "^0.11.2",
"prop-types": "15.7.2", "prop-types": "15.7.2",
"query-string": "6.14.1", "query-string": "7.0.0",
"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",
@@ -73,8 +73,8 @@
"vitreum": "github:calculuschild/vitreum#21a8e1c9421f1d3a3b474c12f480feb2fbd28c5b" "vitreum": "github:calculuschild/vitreum#21a8e1c9421f1d3a3b474c12f480feb2fbd28c5b"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.21.0", "eslint": "^7.23.0",
"eslint-plugin-react": "^7.22.0", "eslint-plugin-react": "^7.23.1",
"pico-check": "^2.0.3" "pico-check": "^2.0.3"
} }
} }