Update dependencies for Node.js (#3705)

* Update @storybook/addon-actions to v3.1.2

* Update @storybook/react to v3.1.2

* Update babel-core to v6.25.0

* Update babel-preset-env to v1.5.2

* Update chai to version v4.0.2

* Update extract-text-webpack-plugin to v2.1.2

* Update file-loader to v0.11.2

* Update intersection-observer to v0.3.0

* Update pg to v6.2.4

* Update sinon to v2.3.4

* Update style-loader to v0.18.2

* Update websocket.js to v0.1.10

* Update react-redux-loading-bar to v2.9.2

* yarn upgrade
This commit is contained in:
Yamagishi Kazutoshi
2017-06-12 17:54:02 +09:00
committed by Eugen Rochko
parent 605e2a417c
commit ddd3251912
2 changed files with 209 additions and 173 deletions

View File

@ -23,8 +23,8 @@
"autoprefixer": "^7.1.0",
"axios": "^0.16.2",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "7.x",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-react-intl": "^2.3.1",
"babel-plugin-react-transform": "^2.0.2",
@ -36,7 +36,7 @@
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.5",
"compression-webpack-plugin": "^0.4.0",
@ -47,14 +47,14 @@
"es6-symbol": "^3.1.1",
"escape-html": "^1.0.3",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"glob": "^7.1.1",
"history": "^3.3.0",
"http-link-header": "^0.8.0",
"immutable": "^3.8.1",
"intersection-observer": "^0.2.1",
"intersection-observer": "^0.3.0",
"intl": "^1.2.5",
"intl-relativeformat": "^1.3.0",
"is-nan": "^1.2.1",
@ -67,7 +67,7 @@
"npmlog": "^4.1.0",
"object-assign": "^4.1.1",
"path-complete-extname": "^0.1.0",
"pg": "^6.1.5",
"pg": "^6.2.4",
"postcss-loader": "^2.0.5",
"postcss-smart-import": "^0.7.4",
"precss": "^1.4.0",
@ -84,7 +84,7 @@
"react-motion": "^0.5.0",
"react-notification": "^6.7.0",
"react-redux": "^5.0.4",
"react-redux-loading-bar": "^2.9.0",
"react-redux-loading-bar": "^2.9.2",
"react-router": "^3.0.5",
"react-router-scroll": "^0.4.2",
"react-simple-dropdown": "^3.0.0",
@ -99,7 +99,7 @@
"rimraf": "^2.6.1",
"sass-loader": "^6.0.5",
"stringz": "^0.2.1",
"style-loader": "^0.18.1",
"style-loader": "^0.18.2",
"throng": "^4.0.0",
"tiny-queue": "^0.2.1",
"uuid": "^3.0.1",
@ -108,11 +108,11 @@
"webpack-bundle-analyzer": "^2.8.2",
"webpack-manifest-plugin": "^1.1.0",
"webpack-merge": "^4.1.0",
"websocket.js": "^0.1.9"
"websocket.js": "^0.1.10"
},
"devDependencies": {
"@storybook/addon-actions": "^3.0.0",
"@storybook/react": "^3.0.0",
"@storybook/addon-actions": "^3.1.2",
"@storybook/react": "^3.1.3",
"babel-eslint": "^7.2.3",
"chai": "^4.0.1",
"chai-enzyme": "^0.7.1",
@ -124,7 +124,7 @@
"mocha": "^3.4.1",
"react-intl-translations-manager": "^5.0.0",
"react-test-renderer": "^15.5.4",
"sinon": "^2.3.2",
"sinon": "^2.3.4",
"webpack-dev-server": "^2.4.5",
"yargs": "^8.0.1"
},