UPGRADE dependencies and lockfile

these changes could be breaking
This commit is contained in:
Niko Storni 2018-06-22 11:46:43 -04:00
parent a8953357da
commit 999670d1e4
No known key found for this signature in database
GPG key ID: F37FE63398800368
2 changed files with 2584 additions and 2521 deletions

5061
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -30,7 +30,7 @@
},
"homepage": "https://github.com/lbryio/spee.ch#readme",
"dependencies": {
"axios": "^0.16.1",
"axios": "^0.18.0",
"bcrypt": "^2.0.1",
"body-parser": "^1.17.1",
"connect-multiparty": "^2.0.0",
@ -49,35 +49,35 @@
"react-helmet": "^5.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"sequelize": "^4.1.0",
"universal-analytics": "^0.4.13",
"winston": "^2.3.1",
"winston-slack-webhook": "billbitt/winston-slack-webhook"
"winston": "^3.0.0",
"winston-slack-webhook": "github:billbitt/winston-slack-webhook"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.37",
"@babel/core": "^7.0.0-beta.37",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.37",
"@babel/preset-react": "^7.0.0-beta.37",
"cross-fetch": "^2.1.1",
"@babel/cli": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-react": "^7.0.0-beta.51",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"eslint": "4.18.0",
"eslint-config-standard": "^10.2.1",
"chai-http": "^4.0.0",
"cross-fetch": "^2.2.1",
"eslint": "4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-jsx": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^4.2.3",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-standard": "^3.0.1",
"husky": "^0.13.4",
"mocha": "^4.0.1",
"nodemon": "^1.15.1",
"husky": "^0.14.3",
"mocha": "^5.2.0",
"nodemon": "^1.17.5",
"redux-devtools": "^3.4.1",
"regenerator-transform": "^0.12.3",
"sequelize-cli": "^3.0.0-3"
"regenerator-transform": "^0.13.0",
"sequelize-cli": "^4.0.0"
}
}