0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 15:22:45 +00:00

update several dependencies

This commit is contained in:
Trevor Buckner
2020-08-28 15:17:59 -04:00
parent f754ecd6c3
commit 6ae4cd143c
2 changed files with 853 additions and 824 deletions

1653
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,35 +40,35 @@
] ]
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.9.0", "@babel/core": "^7.11.4",
"@babel/preset-env": "^7.9.6", "@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4", "@babel/preset-react": "^7.10.4",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"codemirror": "^5.54.0", "codemirror": "^5.57.0",
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"create-react-class": "^15.6.3", "create-react-class": "^15.6.3",
"express": "^4.17.1", "express": "^4.17.1",
"fs-extra": "9.0.0", "fs-extra": "9.0.1",
"jwt-simple": "^0.5.6", "jwt-simple": "^0.5.6",
"less": "^3.11.1", "less": "^3.12.2",
"lodash": "^4.17.15", "lodash": "^4.17.20",
"marked": "^0.3.19", "marked": "^0.3.19",
"moment": "^2.26.0", "moment": "^2.27.0",
"mongoose": "^5.9.15", "mongoose": "^5.10.0",
"nconf": "^0.10.0", "nconf": "^0.10.0",
"prop-types": "15.7.2", "prop-types": "15.7.2",
"query-string": "6.12.1", "query-string": "6.13.1",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-router-dom": "5.2.0", "react-router-dom": "5.2.0",
"shortid": "^2.2.15", "shortid": "^2.2.15",
"superagent": "^5.2.2", "superagent": "^6.0.0",
"vitreum": "github:calculuschild/vitreum#21a8e1c9421f1d3a3b474c12f480feb2fbd28c5b" "vitreum": "github:calculuschild/vitreum#21a8e1c9421f1d3a3b474c12f480feb2fbd28c5b"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.0.0", "eslint": "^7.7.0",
"eslint-plugin-react": "^7.20.0", "eslint-plugin-react": "^7.20.6",
"pico-check": "^1.3.2" "pico-check": "^1.3.2"
} }
} }