Skip to content

Commit 5b6f7b2

Browse files
committed
Upgrade some dependencies
1 parent 9bc4549 commit 5b6f7b2

File tree

2 files changed

+937
-609
lines changed

2 files changed

+937
-609
lines changed

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,66 +32,66 @@
3232
"react-dom": "^15.5.4 || ^16.0.0"
3333
},
3434
"dependencies": {
35-
"babel-cli": "6.24.1",
36-
"babel-eslint": "7.2.3",
35+
"babel-cli": "6.26.0",
36+
"babel-eslint": "8.0.1",
3737
"babel-plugin-transform-object-assign": "6.22.0",
38-
"babel-plugin-transform-object-rest-spread": "6.23.0",
39-
"babel-preset-env": "1.6.0",
38+
"babel-plugin-transform-object-rest-spread": "6.26.0",
39+
"babel-preset-env": "1.6.1",
4040
"babel-preset-es2015": "6.24.1",
4141
"babel-preset-react": "6.24.1",
42-
"babel-runtime": "6.23.0",
42+
"babel-runtime": "6.26.0",
4343
"classnames": "2.2.5",
4444
"deep-assign": "2.0.0",
4545
"keycode": "2.1.9",
4646
"material-design-icons": "3.0.1",
47-
"react-scrollbar-size": "2.0.0",
47+
"react-scrollbar-size": "2.0.2",
4848
"react-transition-group": "1.2.1",
4949
"tinycolor2": "1.4.1",
5050
"uuid": "3.1.0"
5151
},
5252
"devDependencies": {
53-
"autoprefixer": "7.1.2",
54-
"babel-core": "6.25.0",
55-
"babel-loader": "7.1.1",
53+
"autoprefixer": "7.1.5",
54+
"babel-core": "6.26.0",
55+
"babel-loader": "7.1.2",
5656
"babel-plugin-empower-assert": "1.3.0",
5757
"babel-plugin-espower": "2.3.2",
58-
"babel-plugin-istanbul": "4.1.4",
58+
"babel-plugin-istanbul": "4.1.5",
5959
"babel-plugin-transform-class-properties": "6.24.1",
60-
"babel-plugin-transform-react-remove-prop-types": "0.4.6",
60+
"babel-plugin-transform-react-remove-prop-types": "0.4.10",
6161
"babel-plugin-transform-runtime": "6.23.0",
62-
"babel-polyfill": "6.23.0",
62+
"babel-polyfill": "6.26.0",
6363
"case-sensitive-paths-webpack-plugin": "2.1.1",
6464
"core-js": "2.5.1",
65-
"css-loader": "0.28.4",
65+
"css-loader": "0.28.7",
6666
"enzyme": "3.1.0",
6767
"enzyme-adapter-react-16": "1.0.2",
68-
"eslint": "3.19.0",
69-
"eslint-config-airbnb": "15.0.2",
70-
"eslint-plugin-import": "2.7.0",
71-
"eslint-plugin-jsx-a11y": "5.1.1",
72-
"eslint-plugin-react": "7.1.0",
73-
"html-webpack-plugin": "2.29.0",
68+
"eslint": "4.9.0",
69+
"eslint-config-airbnb": "16.1.0",
70+
"eslint-plugin-import": "2.8.0",
71+
"eslint-plugin-jsx-a11y": "6.0.2",
72+
"eslint-plugin-react": "7.4.0",
73+
"html-webpack-plugin": "2.30.1",
7474
"isomorphic-style-loader": "3.0.0",
75-
"karma": "1.7.0",
75+
"karma": "1.7.1",
7676
"karma-browserstack-launcher": "1.3.0",
7777
"karma-chrome-launcher": "2.2.0",
7878
"karma-coverage": "1.1.1",
7979
"karma-coveralls": "1.1.2",
8080
"karma-mocha": "1.3.0",
81-
"karma-mocha-reporter": "2.2.3",
81+
"karma-mocha-reporter": "2.2.5",
8282
"karma-safari-launcher": "1.0.0",
8383
"karma-sourcemap-loader": "0.3.7",
84-
"karma-webpack": "2.0.4",
84+
"karma-webpack": "2.0.5",
8585
"lodash": "4.17.4",
8686
"mocha": "3.4.2",
87-
"npm-run-all": "4.0.2",
87+
"npm-run-all": "4.1.1",
8888
"phantomjs-polyfill-object-assign": "0.0.2",
89-
"postcss-cli": "4.1.0",
90-
"postcss-loader": "2.0.6",
91-
"postcss-simple-vars": "4.0.0",
89+
"postcss-cli": "4.1.1",
90+
"postcss-loader": "2.0.8",
91+
"postcss-simple-vars": "4.1.0",
9292
"power-assert": "1.4.4",
93-
"prismjs": "1.6.0",
94-
"prop-types": "15.5.10",
93+
"prismjs": "1.8.3",
94+
"prop-types": "15.6.0",
9595
"raw-loader": "0.5.1",
9696
"react": "16.0.0",
9797
"react-dom": "16.0.0",
@@ -101,11 +101,11 @@
101101
"react-tap-event-plugin": "3.0.2",
102102
"react-test-renderer": "16.0.0",
103103
"sinon": "2.3.8",
104-
"style-loader": "0.18.2",
105-
"stylelint": "8.0.0",
104+
"style-loader": "0.19.0",
105+
"stylelint": "8.2.0",
106106
"stylelint-config-standard": "17.0.0",
107-
"webpack": "3.3.0",
108-
"webpack-dev-server": "2.6.0",
107+
"webpack": "3.8.1",
108+
"webpack-dev-server": "2.9.3",
109109
"webpack-node-externals": "1.6.0"
110110
}
111111
}

0 commit comments

Comments
 (0)