Skip to content

Commit f309392

Browse files
gaearonTimer
authored andcommitted
Bump dependencies (facebook#3785)
* Bump dependencies * Use a more sensible way to compile error overlay * Keep old chalk for global CLI
1 parent 80a182b commit f309392

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,44 +21,44 @@
2121
"react-scripts": "./bin/react-scripts.js"
2222
},
2323
"dependencies": {
24-
"@babel/core": "7.0.0-beta.36",
25-
"@babel/runtime": "7.0.0-beta.36",
26-
"autoprefixer": "7.1.6",
24+
"@babel/core": "7.0.0-beta.37",
25+
"@babel/runtime": "7.0.0-beta.37",
26+
"autoprefixer": "7.2.5",
2727
"babel-core": "7.0.0-bridge.0",
28-
"babel-eslint": "8.0.2",
28+
"babel-eslint": "8.2.1",
2929
"babel-jest": "22.0.6",
3030
"babel-loader": "8.0.0-beta.0",
3131
"babel-preset-react-app": "^3.1.1",
3232
"case-sensitive-paths-webpack-plugin": "2.1.1",
33-
"chalk": "1.1.3",
34-
"css-loader": "0.28.7",
33+
"chalk": "2.3.0",
34+
"css-loader": "0.28.8",
3535
"dotenv": "4.0.0",
3636
"dotenv-expand": "4.0.1",
3737
"eslint": "4.15.0",
3838
"eslint-config-react-app": "^2.1.0",
3939
"eslint-loader": "1.9.0",
40-
"eslint-plugin-flowtype": "2.39.1",
40+
"eslint-plugin-flowtype": "2.41.0",
4141
"eslint-plugin-import": "2.8.0",
42-
"eslint-plugin-jsx-a11y": "6.0.2",
43-
"eslint-plugin-react": "7.4.0",
42+
"eslint-plugin-jsx-a11y": "6.0.3",
43+
"eslint-plugin-react": "7.5.1",
4444
"extract-text-webpack-plugin": "3.0.2",
45-
"file-loader": "1.1.5",
46-
"fs-extra": "3.0.1",
47-
"html-webpack-plugin": "2.29.0",
45+
"file-loader": "1.1.6",
46+
"fs-extra": "5.0.0",
47+
"html-webpack-plugin": "2.30.1",
4848
"jest": "22.0.6",
4949
"object-assign": "4.1.1",
5050
"postcss-flexbugs-fixes": "3.2.0",
51-
"postcss-loader": "2.0.8",
51+
"postcss-loader": "2.0.10",
5252
"promise": "8.0.1",
5353
"raf": "3.4.0",
5454
"react-dev-utils": "^5.0.0",
55-
"style-loader": "0.19.0",
55+
"style-loader": "0.19.1",
5656
"sw-precache-webpack-plugin": "0.11.4",
5757
"thread-loader": "1.1.2",
5858
"uglifyjs-webpack-plugin": "1.1.6",
5959
"url-loader": "0.6.2",
60-
"webpack": "3.8.1",
61-
"webpack-dev-server": "2.9.4",
60+
"webpack": "3.10.0",
61+
"webpack-dev-server": "2.11.0",
6262
"webpack-manifest-plugin": "1.3.2",
6363
"whatwg-fetch": "2.0.3"
6464
},

0 commit comments

Comments
 (0)