Merge pull request #489 from lbryio/dependencies-upgrade
upgrade dependencies
This commit is contained in:
commit
855eb38203
2 changed files with 4190 additions and 2076 deletions
6184
package-lock.json
generated
6184
package-lock.json
generated
File diff suppressed because it is too large
Load diff
74
package.json
74
package.json
|
@ -4,7 +4,7 @@
|
||||||
"description": "an npm package that exports a customizeable spee.ch server",
|
"description": "an npm package that exports a customizeable spee.ch server",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build" : "builder run bundle",
|
"build": "builder run bundle",
|
||||||
"prebundle": "npm run transpile",
|
"prebundle": "npm run transpile",
|
||||||
"bundle": "webpack --config webpack.config.js",
|
"bundle": "webpack --config webpack.config.js",
|
||||||
"bundle:dev": "webpack --config webpack.config.js --watch",
|
"bundle:dev": "webpack --config webpack.config.js --watch",
|
||||||
|
@ -43,48 +43,48 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/lbryio/spee.ch#readme",
|
"homepage": "https://github.com/lbryio/spee.ch#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.16.1",
|
"axios": "^0.18.0",
|
||||||
"bcrypt": "^2.0.1",
|
"bcrypt": "^2.0.1",
|
||||||
"body-parser": "^1.17.1",
|
"body-parser": "^1.18.3",
|
||||||
"connect-multiparty": "^2.0.0",
|
"connect-multiparty": "^2.1.1",
|
||||||
"cookie-session": "^2.0.0-beta.3",
|
"cookie-session": "^2.0.0-beta.3",
|
||||||
"cross-fetch": "^2.1.1",
|
|
||||||
"express": "^4.15.2",
|
"express": "^4.15.2",
|
||||||
"express-handlebars": "^3.0.0",
|
"express-handlebars": "^3.0.0",
|
||||||
"get-video-dimensions": "^1.0.0",
|
"get-video-dimensions": "^1.0.0",
|
||||||
"helmet": "^3.8.1",
|
"helmet": "^3.13.0",
|
||||||
"image-size": "^0.6.3",
|
"image-size": "^0.6.3",
|
||||||
"inquirer": "^5.2.0",
|
"inquirer": "^5.2.0",
|
||||||
"make-dir": "^1.3.0",
|
"make-dir": "^1.3.0",
|
||||||
"module-alias": "^2.0.6",
|
"module-alias": "^2.1.0",
|
||||||
"mysql2": "^1.3.5",
|
"mysql2": "^1.6.1",
|
||||||
|
"npm": "^6.3.0",
|
||||||
"passport": "^0.4.0",
|
"passport": "^0.4.0",
|
||||||
"passport-local": "^1.0.0",
|
"passport-local": "^1.0.0",
|
||||||
"prop-types": "^15.6.0",
|
"prop-types": "^15.6.2",
|
||||||
"react": "^16.2.0",
|
"react": "^16.4.2",
|
||||||
"react-dom": "^16.2.0",
|
"react-dom": "^16.4.2",
|
||||||
"react-ga": "^2.4.1",
|
"react-ga": "^2.5.3",
|
||||||
"react-helmet": "^5.2.0",
|
"react-helmet": "^5.2.0",
|
||||||
"react-redux": "^5.0.6",
|
"react-redux": "^5.0.6",
|
||||||
"react-router-dom": "^4.2.2",
|
"react-router-dom": "^4.3.1",
|
||||||
"redux": "^3.7.2",
|
"redux": "^4.0.0",
|
||||||
"redux-saga": "^0.16.0",
|
"redux-saga": "^0.16.0",
|
||||||
"sequelize": "^4.1.0",
|
"sequelize": "^4.38.0",
|
||||||
"sequelize-cli": "^4.0.0",
|
"sequelize-cli": "^4.0.0",
|
||||||
"universal-analytics": "^0.4.13",
|
"universal-analytics": "^0.4.17",
|
||||||
"webpack": "^3.10.0",
|
"webpack": "^3.10.0",
|
||||||
"webpack-merge": "^4.1.2",
|
"webpack-merge": "^4.1.4",
|
||||||
"webpack-node-externals": "^1.7.2",
|
"webpack-node-externals": "^1.7.2",
|
||||||
"whatwg-fetch": "^2.0.4",
|
"whatwg-fetch": "^2.0.4",
|
||||||
"winston": "^2.3.1",
|
"winston": "^2.3.1",
|
||||||
"winston-slack-webhook": "billbitt/winston-slack-webhook"
|
"winston-slack-webhook": "github:billbitt/winston-slack-webhook"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.0.0-beta.37",
|
"@babel/cli": "^7.0.0-beta.51",
|
||||||
"@babel/core": "^7.0.0-beta.37",
|
"@babel/core": "^7.0.0-beta.51",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.42",
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51",
|
||||||
"@babel/preset-env": "^7.0.0-beta.37",
|
"@babel/preset-env": "^7.0.0-beta.51",
|
||||||
"@babel/preset-react": "^7.0.0-beta.37",
|
"@babel/preset-react": "^7.0.0-beta.51",
|
||||||
"babel-loader": "^7.1.2",
|
"babel-loader": "^7.1.2",
|
||||||
"babel-plugin-module-resolver": "^3.1.1",
|
"babel-plugin-module-resolver": "^3.1.1",
|
||||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||||
|
@ -95,25 +95,27 @@
|
||||||
"babel-register": "^6.26.0",
|
"babel-register": "^6.26.0",
|
||||||
"builder": "^4.0.0",
|
"builder": "^4.0.0",
|
||||||
"chai": "^4.1.2",
|
"chai": "^4.1.2",
|
||||||
"chai-http": "^3.0.0",
|
"chai-http": "^4.0.0",
|
||||||
|
"cross-fetch": "^2.2.2",
|
||||||
"css-loader": "^0.28.11",
|
"css-loader": "^0.28.11",
|
||||||
"eslint": "4.18.0",
|
"eslint": "4.19.1",
|
||||||
"eslint-config-standard": "^10.2.1",
|
"eslint-config-standard": "^11.0.0",
|
||||||
"eslint-config-standard-jsx": "^5.0.0",
|
"eslint-config-standard-jsx": "^5.0.0",
|
||||||
"eslint-plugin-import": "^2.8.0",
|
"eslint-plugin-import": "^2.12.0",
|
||||||
"eslint-plugin-node": "^4.2.3",
|
"eslint-plugin-node": "^6.0.1",
|
||||||
"eslint-plugin-promise": "^3.5.0",
|
"eslint-plugin-promise": "^3.8.0",
|
||||||
"eslint-plugin-react": "^7.6.1",
|
"eslint-plugin-react": "^7.9.1",
|
||||||
"eslint-plugin-standard": "^3.0.1",
|
"eslint-plugin-standard": "^3.0.1",
|
||||||
"extract-text-webpack-plugin": "^3.0.2",
|
"extract-text-webpack-plugin": "^3.0.2",
|
||||||
"file-loader": "^1.1.11",
|
"file-loader": "^1.1.11",
|
||||||
"husky": "^0.13.4",
|
"husky": "^0.14.3",
|
||||||
"mocha": "^4.0.1",
|
"mocha": "^5.2.0",
|
||||||
"nodemon": "^1.15.1",
|
"node-sass": "^4.9.3",
|
||||||
"node-sass": "^4.9.0",
|
"nodemon": "^1.17.5",
|
||||||
"redux-devtools": "^3.4.1",
|
"redux-devtools": "^3.4.1",
|
||||||
"regenerator-transform": "^0.12.3",
|
"regenerator-transform": "^0.13.0",
|
||||||
"sass-loader": "^7.0.1",
|
"sass-loader": "^7.1.0",
|
||||||
|
"sequelize-cli": "^4.0.0",
|
||||||
"style-loader": "^0.21.0",
|
"style-loader": "^0.21.0",
|
||||||
"url-loader": "^1.0.1"
|
"url-loader": "^1.0.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue