Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Commit c407128

Browse files
committed
Update to React v16 and other dependencies
1 parent 9e0c718 commit c407128

File tree

2 files changed

+538
-395
lines changed

2 files changed

+538
-395
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"babel-cli": "6.26.0",
5151
"babel-core": "6.26.0",
52-
"babel-eslint": "7.2.3",
52+
"babel-eslint": "8.0.1",
5353
"babel-loader": "7.1.2",
5454
"babel-plugin-system-import-transformer": "3.1.0",
5555
"babel-plugin-transform-class-properties": "6.24.1",
@@ -60,54 +60,54 @@
6060
"babel-preset-stage-2": "6.24.1",
6161
"babel-watch": "2.0.7",
6262
"concurrently": "3.5.0",
63-
"copy-webpack-plugin": "4.0.1",
63+
"copy-webpack-plugin": "4.1.0",
6464
"cross-env": "5.0.5",
65-
"css-hot-loader": "1.3.0",
65+
"css-hot-loader": "1.3.1",
6666
"css-loader": "0.28.7",
67-
"eslint": "4.5.0",
67+
"eslint": "4.8.0",
6868
"eslint-config-airbnb": "15.1.0",
69-
"eslint-config-airbnb-base": "11.3.2",
69+
"eslint-config-airbnb-base": "12.0.1",
7070
"eslint-plugin-filenames": "1.2.0",
7171
"eslint-plugin-import": "2.7.0",
7272
"eslint-plugin-jsx-a11y": "6.0.2",
73-
"eslint-plugin-react": "7.3.0",
73+
"eslint-plugin-react": "7.4.0",
7474
"extract-text-webpack-plugin": "3.0.0",
7575
"html-webpack-harddisk-plugin": "0.1.0",
7676
"html-webpack-plugin": "2.30.1",
77-
"nodemon": "1.11.0",
77+
"nodemon": "1.12.1",
7878
"postcss-apply": "0.8.0",
7979
"postcss-cssnext": "3.0.2",
80-
"postcss-import": "10.0.0",
80+
"postcss-import": "11.0.0",
8181
"postcss-loader": "2.0.6",
82-
"rimraf": "2.6.1",
82+
"rimraf": "2.6.2",
8383
"robotstxt-webpack-plugin": "2.0.0",
8484
"style-loader": "0.18.2",
8585
"webpack-dev-middleware": "1.12.0",
86-
"webpack-hot-middleware": "2.18.2",
86+
"webpack-hot-middleware": "2.19.1",
8787
"webpack-simple-progress-plugin": "0.0.2"
8888
},
8989
"dependencies": {
9090
"babel-polyfill": "6.26.0",
9191
"bootstrap": "next",
9292
"fetch-everywhere": "1.0.5",
93-
"fs-extra": "4.0.1",
94-
"hapi": "16.5.2",
93+
"fs-extra": "4.0.2",
94+
"hapi": "16.6.2",
9595
"hapi-webpack-plugin": "2.0.0",
9696
"inert": "4.2.1",
9797
"node-notifier": "5.1.2",
98-
"react": "15.6.1",
98+
"react": "16.0.0",
9999
"react-async-bootstrapper": "1.1.1",
100-
"react-async-component": "1.0.0-beta.3",
101-
"react-dom": "15.6.1",
100+
"react-async-component": "1.0.1",
101+
"react-dom": "16.0.0",
102102
"react-hot-loader": "next",
103103
"react-redux": "5.0.6",
104104
"react-router": "4.2.0",
105105
"react-router-dom": "4.2.2",
106106
"redux": "3.7.2",
107107
"redux-devtools-extension": "2.13.2",
108-
"redux-form": "7.0.3",
108+
"redux-form": "7.0.4",
109109
"redux-saga": "0.15.6",
110110
"serialize-javascript": "1.4.0",
111-
"webpack": "3.5.5"
111+
"webpack": "3.6.0"
112112
}
113113
}

0 commit comments

Comments
 (0)