0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 02:42:39 +00:00

Update Dependencies (#1178)

* Update Dependencies

* Up version number

* Typo
This commit is contained in:
Trevor Buckner
2021-01-02 18:30:11 -05:00
committed by GitHub
parent aa065fa4d8
commit 39b160e202
3 changed files with 152 additions and 183 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "2.10.5",
"version": "2.10.6",
"engines": {
"node": "12.16.x"
},
@@ -41,11 +41,11 @@
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"codemirror": "^5.58.3",
"codemirror": "^5.59.1",
"cookie-parser": "^1.4.5",
"create-react-class": "^15.7.0",
"express": "^4.17.1",
@@ -53,25 +53,25 @@
"fs-extra": "9.0.1",
"googleapis": "66.0.0",
"jwt-simple": "^0.5.6",
"less": "^3.12.2",
"less": "^3.13.1",
"lodash": "^4.17.20",
"marked": "^0.3.19",
"moment": "^2.29.1",
"mongoose": "^5.11.7",
"mongoose": "^5.11.9",
"nanoid": "3.1.20",
"nconf": "^0.11.0",
"prop-types": "15.7.2",
"query-string": "6.13.7",
"query-string": "6.13.8",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-dom": "^16.14.0",
"react-frame-component": "4.1.3",
"react-router-dom": "5.2.0",
"superagent": "^6.1.0",
"vitreum": "github:calculuschild/vitreum#21a8e1c9421f1d3a3b474c12f480feb2fbd28c5b"
},
"devDependencies": {
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5",
"eslint": "^7.16.0",
"eslint-plugin-react": "^7.22.0",
"pico-check": "^2.0.3"
}
}