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

Commit b274481

Browse files
committed
update packages
1 parent d140407 commit b274481

File tree

2 files changed

+1397
-381
lines changed

2 files changed

+1397
-381
lines changed

package.json

+30-30
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"devDependencies": {
5353
"babel-cli": "6.26.0",
5454
"babel-core": "6.26.0",
55-
"babel-eslint": "8.0.2",
56-
"babel-loader": "7.1.2",
55+
"babel-eslint": "8.2.2",
56+
"babel-loader": "7.1.4",
5757
"babel-plugin-system-import-transformer": "3.1.0",
5858
"babel-plugin-transform-class-properties": "6.24.1",
5959
"babel-plugin-transform-object-rest-spread": "6.26.0",
@@ -63,34 +63,34 @@
6363
"babel-preset-stage-2": "6.24.1",
6464
"babel-watch": "2.0.7",
6565
"concurrently": "3.5.1",
66-
"copy-webpack-plugin": "4.2.3",
67-
"cross-env": "5.1.1",
68-
"css-hot-loader": "1.3.4",
69-
"css-loader": "0.28.7",
70-
"eslint": "4.12.0",
66+
"copy-webpack-plugin": "4.5.1",
67+
"cross-env": "5.1.4",
68+
"css-hot-loader": "1.3.8",
69+
"css-loader": "0.28.10",
70+
"eslint": "4.18.2",
7171
"eslint-config-airbnb": "16.1.0",
7272
"eslint-config-airbnb-base": "12.1.0",
7373
"eslint-plugin-filenames": "1.2.0",
74-
"eslint-plugin-import": "2.8.0",
75-
"eslint-plugin-jsx-a11y": "6.0.2",
76-
"eslint-plugin-react": "7.5.1",
74+
"eslint-plugin-import": "2.9.0",
75+
"eslint-plugin-jsx-a11y": "6.0.3",
76+
"eslint-plugin-react": "7.7.0",
7777
"extract-text-webpack-plugin": "3.0.2",
78-
"html-webpack-harddisk-plugin": "0.1.0",
79-
"html-webpack-plugin": "2.30.1",
80-
"nodemon": "1.12.1",
81-
"postcss-apply": "0.8.0",
82-
"postcss-cssnext": "3.0.2",
83-
"postcss-import": "11.0.0",
84-
"postcss-loader": "2.0.9",
78+
"html-webpack-harddisk-plugin": "0.2.0",
79+
"html-webpack-plugin": "3.0.6",
80+
"nodemon": "1.17.2",
81+
"postcss-apply": "0.9.0",
82+
"postcss-cssnext": "3.1.0",
83+
"postcss-import": "11.1.0",
84+
"postcss-loader": "2.1.1",
8585
"rimraf": "2.6.2",
86-
"robotstxt-webpack-plugin": "4.0.0",
87-
"style-loader": "0.19.0",
88-
"stylelint": "8.3.0",
89-
"stylelint-config-standard": "18.0.0",
90-
"stylelint-order": "0.7.0",
86+
"robotstxt-webpack-plugin": "4.0.1",
87+
"style-loader": "0.20.3",
88+
"stylelint": "9.1.3",
89+
"stylelint-config-standard": "18.2.0",
90+
"stylelint-order": "0.8.1",
9191
"webpack-dev-middleware": "1.12.1",
9292
"webpack-hot-middleware": "2.20.0",
93-
"webpack-simple-progress-plugin": "0.0.3",
93+
"webpack-simple-progress-plugin": "0.0.4",
9494
"write-file-webpack-plugin": "4.2.0"
9595
},
9696
"dependencies": {
@@ -99,26 +99,26 @@
9999
"classnames": "2.2.5",
100100
"fetch-everywhere": "1.0.5",
101101
"form2js": "1.0.0",
102-
"fs-extra": "4.0.2",
102+
"fs-extra": "5.0.0",
103103
"hapi": "16.6.2",
104104
"hapi-webpack-plugin": "2.0.0",
105105
"history": "4.7.2",
106106
"inert": "4.2.1",
107-
"node-notifier": "5.1.2",
108-
"react": "16.1.1",
107+
"node-notifier": "5.2.1",
108+
"react": "16.2.0",
109109
"react-async-bootstrapper": "1.1.2",
110110
"react-async-component": "1.0.2",
111-
"react-dom": "16.1.1",
111+
"react-dom": "16.2.0",
112112
"react-hot-loader": "3.1.3",
113-
"react-redux": "5.0.6",
113+
"react-redux": "5.0.7",
114114
"react-router": "4.2.0",
115115
"react-router-dom": "4.2.2",
116116
"react-router-redux": "5.0.0-alpha.8",
117117
"redux": "3.7.2",
118118
"redux-devtools-extension": "2.13.2",
119-
"redux-form": "7.1.2",
119+
"redux-form": "7.3.0",
120120
"redux-saga": "0.16.0",
121121
"serialize-javascript": "1.4.0",
122-
"webpack": "3.8.1"
122+
"webpack": "3.11.0"
123123
}
124124
}

0 commit comments

Comments
 (0)