mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
npm: update packages
This commit is contained in:
parent
bd3d857510
commit
f7d1f578ad
2 changed files with 335 additions and 858 deletions
15
package.json
15
package.json
|
@ -17,7 +17,7 @@
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"color": "^3.1.0",
|
"color": "^3.1.0",
|
||||||
"discord.js": "^11.4.2",
|
"discord.js": "^11.4.2",
|
||||||
"dotenv": "^6.2.0",
|
"dotenv": "^7.0.0",
|
||||||
"erlpack": "hammerandchisel/erlpack",
|
"erlpack": "hammerandchisel/erlpack",
|
||||||
"fast-redux": "^0.7.1",
|
"fast-redux": "^0.7.1",
|
||||||
"fnv-plus": "^1.2.12",
|
"fnv-plus": "^1.2.12",
|
||||||
|
@ -37,9 +37,8 @@
|
||||||
"nanoid": "^2.0.1",
|
"nanoid": "^2.0.1",
|
||||||
"next": "^8.0.3",
|
"next": "^8.0.3",
|
||||||
"next-redux-wrapper": "^3.0.0-alpha.2",
|
"next-redux-wrapper": "^3.0.0-alpha.2",
|
||||||
"pg": "^7.8.2",
|
"pg": "^7.9.0",
|
||||||
"pg-hstore": "^2.3.2",
|
"pg-hstore": "^2.3.2",
|
||||||
"pm2": "^3.3.1",
|
|
||||||
"primer": "^11.0.0",
|
"primer": "^11.0.0",
|
||||||
"react": "^16.8.4",
|
"react": "^16.8.4",
|
||||||
"react-dom": "^16.8.4",
|
"react-dom": "^16.8.4",
|
||||||
|
@ -48,7 +47,7 @@
|
||||||
"redux": "^4.0.1",
|
"redux": "^4.0.1",
|
||||||
"redux-devtools-extension": "^2.13.8",
|
"redux-devtools-extension": "^2.13.8",
|
||||||
"redux-thunk": "^2.3.0",
|
"redux-thunk": "^2.3.0",
|
||||||
"sequelize": "^4.43.0",
|
"sequelize": "^5.1.0",
|
||||||
"socket.io": "^2.2.0",
|
"socket.io": "^2.2.0",
|
||||||
"styled-components": "^4.1.3",
|
"styled-components": "^4.1.3",
|
||||||
"superagent": "^4.1.0",
|
"superagent": "^4.1.0",
|
||||||
|
@ -57,17 +56,17 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.2.3",
|
"@babel/cli": "^7.2.3",
|
||||||
"@babel/node": "^7.2.2",
|
"@babel/node": "^7.2.2",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||||
"@babel/plugin-transform-runtime": "^7.3.4",
|
"@babel/plugin-transform-runtime": "^7.4.0",
|
||||||
"@babel/preset-env": "^7.3.4",
|
"@babel/preset-env": "^7.4.1",
|
||||||
"@babel/preset-flow": "^7.0.0",
|
"@babel/preset-flow": "^7.0.0",
|
||||||
"babel-eslint": "^10.0.1",
|
"babel-eslint": "^10.0.1",
|
||||||
"babel-plugin-styled-components": "^1.10.0",
|
"babel-plugin-styled-components": "^1.10.0",
|
||||||
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
||||||
"chokidar": "^2.1.2",
|
"chokidar": "^2.1.2",
|
||||||
"eslint-plugin-flowtype": "^3.4.2",
|
"eslint-plugin-flowtype": "^3.4.2",
|
||||||
"flow-bin": "^0.94.0",
|
"flow-bin": "^0.95.1",
|
||||||
"flow-typed": "^2.5.1",
|
"flow-typed": "^2.5.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"standard": "12.0.1"
|
"standard": "12.0.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue