Skip to content

Commit 2bd8904

Browse files
committed
Update dependencies to latest stable version
1 parent 6e382a5 commit 2bd8904

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
"babel-polyfill": "6.26.0",
3434
"chalk": "^2.3.2",
3535
"compression": "1.7.2",
36-
"cross-env": "5.1.3",
37-
"express": "4.16.2",
36+
"cross-env": "5.1.4",
37+
"express": "4.16.3",
3838
"fontfaceobserver": "2.0.13",
3939
"history": "4.7.2",
4040
"hoist-non-react-statics": "2.5.0",
4141
"immutable": "3.8.2",
42-
"invariant": "2.2.3",
42+
"invariant": "2.2.4",
4343
"ip": "1.1.5",
4444
"lodash": "4.17.5",
4545
"minimist": "1.2.0",
4646
"prop-types": "15.6.1",
47-
"react": "16.2.0",
48-
"react-dom": "16.2.0",
47+
"react": "16.3.2",
48+
"react-dom": "16.3.2",
4949
"react-helmet": "5.2.0",
5050
"react-loadable": "5.3.1",
5151
"react-redux": "5.0.7",
@@ -57,14 +57,14 @@
5757
"reselect": "3.0.1",
5858
"sanitize.css": "4.1.0",
5959
"warning": "3.0.0",
60-
"whatwg-fetch": "2.0.3"
60+
"whatwg-fetch": "2.0.4"
6161
},
6262
"devDependencies": {
6363
"add-asset-html-webpack-plugin": "2.1.3",
6464
"babel-cli": "6.26.0",
6565
"babel-core": "6.26.0",
66-
"babel-eslint": "8.2.2",
67-
"babel-loader": "7.1.3",
66+
"babel-eslint": "8.2.3",
67+
"babel-loader": "7.1.4",
6868
"babel-plugin-dynamic-import-node": "1.2.0",
6969
"babel-plugin-react-transform": "3.0.0",
7070
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
@@ -74,40 +74,40 @@
7474
"babel-preset-env": "^1.6.1",
7575
"babel-preset-react": "6.24.1",
7676
"babel-preset-stage-0": "6.24.1",
77-
"circular-dependency-plugin": "4.4.0",
78-
"css-loader": "0.28.10",
77+
"circular-dependency-plugin": "5.0.2",
78+
"css-loader": "0.28.11",
7979
"enzyme": "^3.3.0",
8080
"enzyme-adapter-react-16": "^1.1.1",
81-
"eslint": "4.18.2",
81+
"eslint": "4.19.1",
8282
"eslint-config-airbnb": "16.1.0",
8383
"eslint-config-airbnb-base": "12.1.0",
84-
"eslint-import-resolver-webpack": "0.8.4",
85-
"eslint-plugin-import": "2.9.0",
84+
"eslint-import-resolver-webpack": "0.9.0",
85+
"eslint-plugin-import": "2.11.0",
8686
"eslint-plugin-jsx-a11y": "6.0.3",
8787
"eslint-plugin-react": "7.7.0",
8888
"eslint-plugin-redux-saga": "0.6.0",
8989
"eventsource-polyfill": "0.9.6",
9090
"exports-loader": "0.7.0",
9191
"file-loader": "1.1.11",
9292
"html-loader": "0.5.5",
93-
"html-webpack-plugin": "3.0.4",
94-
"image-webpack-loader": "3.6.0",
93+
"html-webpack-plugin": "3.2.0",
94+
"image-webpack-loader": "4.2.0",
9595
"imports-loader": "0.8.0",
96-
"jest-cli": "22.4.2",
97-
"lint-staged": "7.0.0",
98-
"node-plop": "0.9.0",
96+
"jest-cli": "22.4.3",
97+
"lint-staged": "7.0.4",
98+
"node-plop": "0.13.0",
9999
"node-sass": "^4.7.2",
100100
"null-loader": "0.1.1",
101-
"plop": "1.9.1",
102-
"react-test-renderer": "16.2.0",
101+
"plop": "2.0.0",
102+
"react-test-renderer": "16.3.2",
103103
"rimraf": "2.6.2",
104-
"sass-loader": "^6.0.6",
104+
"sass-loader": "^7.0.1",
105105
"shelljs": "^0.8.1",
106-
"style-loader": "0.20.2",
106+
"style-loader": "0.20.3",
107107
"url-loader": "1.0.1",
108-
"webpack": "4.0.1",
108+
"webpack": "4.5.0",
109109
"webpack-cli": "^2.0.10",
110-
"webpack-dev-middleware": "3.0.0",
110+
"webpack-dev-middleware": "3.1.2",
111111
"webpack-hot-middleware": "2.21.2"
112112
}
113113
}

0 commit comments

Comments
 (0)