Skip to content
Snippets Groups Projects
Commit ddd32519 authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Eugen Rochko
Browse files

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
parent 605e2a41
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
"autoprefixer": "^7.1.0", "autoprefixer": "^7.1.0",
"axios": "^0.16.2", "axios": "^0.16.2",
"babel-cli": "^6.24.1", "babel-cli": "^6.24.1",
"babel-core": "^6.24.1", "babel-core": "^6.25.0",
"babel-loader": "7.x", "babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.2.11", "babel-plugin-lodash": "^3.2.11",
"babel-plugin-react-intl": "^2.3.1", "babel-plugin-react-intl": "^2.3.1",
"babel-plugin-react-transform": "^2.0.2", "babel-plugin-react-transform": "^2.0.2",
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"babel-plugin-transform-react-jsx-source": "^6.22.0", "babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.5", "babel-plugin-transform-react-remove-prop-types": "^0.4.5",
"babel-plugin-transform-runtime": "^6.23.0", "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", "babel-preset-react": "^6.24.1",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"compression-webpack-plugin": "^0.4.0", "compression-webpack-plugin": "^0.4.0",
...@@ -47,14 +47,14 @@ ...@@ -47,14 +47,14 @@
"es6-symbol": "^3.1.1", "es6-symbol": "^3.1.1",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"express": "^4.15.2", "express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0", "extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.1", "file-loader": "^0.11.2",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"glob": "^7.1.1", "glob": "^7.1.1",
"history": "^3.3.0", "history": "^3.3.0",
"http-link-header": "^0.8.0", "http-link-header": "^0.8.0",
"immutable": "^3.8.1", "immutable": "^3.8.1",
"intersection-observer": "^0.2.1", "intersection-observer": "^0.3.0",
"intl": "^1.2.5", "intl": "^1.2.5",
"intl-relativeformat": "^1.3.0", "intl-relativeformat": "^1.3.0",
"is-nan": "^1.2.1", "is-nan": "^1.2.1",
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
"npmlog": "^4.1.0", "npmlog": "^4.1.0",
"object-assign": "^4.1.1", "object-assign": "^4.1.1",
"path-complete-extname": "^0.1.0", "path-complete-extname": "^0.1.0",
"pg": "^6.1.5", "pg": "^6.2.4",
"postcss-loader": "^2.0.5", "postcss-loader": "^2.0.5",
"postcss-smart-import": "^0.7.4", "postcss-smart-import": "^0.7.4",
"precss": "^1.4.0", "precss": "^1.4.0",
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
"react-motion": "^0.5.0", "react-motion": "^0.5.0",
"react-notification": "^6.7.0", "react-notification": "^6.7.0",
"react-redux": "^5.0.4", "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": "^3.0.5",
"react-router-scroll": "^0.4.2", "react-router-scroll": "^0.4.2",
"react-simple-dropdown": "^3.0.0", "react-simple-dropdown": "^3.0.0",
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"sass-loader": "^6.0.5", "sass-loader": "^6.0.5",
"stringz": "^0.2.1", "stringz": "^0.2.1",
"style-loader": "^0.18.1", "style-loader": "^0.18.2",
"throng": "^4.0.0", "throng": "^4.0.0",
"tiny-queue": "^0.2.1", "tiny-queue": "^0.2.1",
"uuid": "^3.0.1", "uuid": "^3.0.1",
...@@ -108,11 +108,11 @@ ...@@ -108,11 +108,11 @@
"webpack-bundle-analyzer": "^2.8.2", "webpack-bundle-analyzer": "^2.8.2",
"webpack-manifest-plugin": "^1.1.0", "webpack-manifest-plugin": "^1.1.0",
"webpack-merge": "^4.1.0", "webpack-merge": "^4.1.0",
"websocket.js": "^0.1.9" "websocket.js": "^0.1.10"
}, },
"devDependencies": { "devDependencies": {
"@storybook/addon-actions": "^3.0.0", "@storybook/addon-actions": "^3.1.2",
"@storybook/react": "^3.0.0", "@storybook/react": "^3.1.3",
"babel-eslint": "^7.2.3", "babel-eslint": "^7.2.3",
"chai": "^4.0.1", "chai": "^4.0.1",
"chai-enzyme": "^0.7.1", "chai-enzyme": "^0.7.1",
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
"mocha": "^3.4.1", "mocha": "^3.4.1",
"react-intl-translations-manager": "^5.0.0", "react-intl-translations-manager": "^5.0.0",
"react-test-renderer": "^15.5.4", "react-test-renderer": "^15.5.4",
"sinon": "^2.3.2", "sinon": "^2.3.4",
"webpack-dev-server": "^2.4.5", "webpack-dev-server": "^2.4.5",
"yargs": "^8.0.1" "yargs": "^8.0.1"
}, },
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment