Skip to content
  • Sponsor facebook/create-react-app

  • Notifications You must be signed in to change notification settings
  • Fork 27k

Commit d98b756

Browse files
authoredOct 28, 2017
Bump dependencies (#3342)
* Bump dependencies * Downgrade source-map back to 0.5.x Not sure what changed there but our bundle snapshot doesn't match with minor changes. I couldn't figure out how to update it, and also whether we need to tweak getPrettyURL in response.
1 parent c51258b commit d98b756

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed
 

‎packages/babel-preset-react-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"index.js"
1212
],
1313
"dependencies": {
14-
"babel-plugin-dynamic-import-node": "1.0.2",
14+
"babel-plugin-dynamic-import-node": "1.1.0",
1515
"babel-plugin-syntax-dynamic-import": "6.18.0",
1616
"babel-plugin-transform-class-properties": "6.24.1",
17-
"babel-plugin-transform-object-rest-spread": "6.23.0",
17+
"babel-plugin-transform-object-rest-spread": "6.26.0",
1818
"babel-plugin-transform-react-constant-elements": "6.23.0",
1919
"babel-plugin-transform-react-jsx": "6.24.1",
2020
"babel-plugin-transform-react-jsx-self": "6.22.0",
2121
"babel-plugin-transform-react-jsx-source": "6.22.0",
22-
"babel-plugin-transform-regenerator": "6.24.1",
22+
"babel-plugin-transform-regenerator": "6.26.0",
2323
"babel-plugin-transform-runtime": "6.23.0",
24-
"babel-preset-env": "1.5.2",
24+
"babel-preset-env": "1.6.1",
2525
"babel-preset-react": "6.24.1"
2626
},
2727
"peerDependencies": {

‎packages/react-dev-utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"webpackHotDevClient.js"
3636
],
3737
"dependencies": {
38-
"address": "1.0.2",
39-
"babel-code-frame": "6.22.0",
38+
"address": "1.0.3",
39+
"babel-code-frame": "6.26.0",
4040
"chalk": "1.1.3",
4141
"cross-spawn": "5.1.0",
4242
"detect-port-alt": "1.1.3",
4343
"escape-string-regexp": "1.0.5",
44-
"filesize": "3.5.10",
44+
"filesize": "3.5.11",
4545
"global-modules": "1.0.0",
4646
"gzip-size": "3.0.0",
47-
"inquirer": "3.2.1",
47+
"inquirer": "3.3.0",
4848
"is-root": "1.0.0",
4949
"opn": "5.1.0",
5050
"react-error-overlay": "^2.0.2",

‎packages/react-error-overlay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"lib/index.js"
3131
],
3232
"devDependencies": {
33-
"anser": "1.4.1",
34-
"babel-code-frame": "6.22.0",
33+
"anser": "1.4.4",
34+
"babel-code-frame": "6.26.0",
3535
"babel-core": "^6.26.0",
3636
"babel-eslint": "7.2.3",
3737
"babel-loader": "^7.1.2",

‎packages/react-scripts/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -21,41 +21,41 @@
2121
"react-scripts": "./bin/react-scripts.js"
2222
},
2323
"dependencies": {
24-
"autoprefixer": "7.1.2",
25-
"babel-core": "6.25.0",
24+
"autoprefixer": "7.1.6",
25+
"babel-core": "6.26.0",
2626
"babel-eslint": "7.2.3",
2727
"babel-jest": "20.0.3",
28-
"babel-loader": "7.1.1",
28+
"babel-loader": "7.1.2",
2929
"babel-preset-react-app": "^3.0.3",
3030
"babel-runtime": "6.26.0",
3131
"case-sensitive-paths-webpack-plugin": "2.1.1",
3232
"chalk": "1.1.3",
33-
"css-loader": "0.28.4",
33+
"css-loader": "0.28.7",
3434
"dotenv": "4.0.0",
35-
"eslint": "4.4.1",
35+
"eslint": "4.10.0",
3636
"eslint-config-react-app": "^2.0.1",
3737
"eslint-loader": "1.9.0",
38-
"eslint-plugin-flowtype": "2.35.0",
39-
"eslint-plugin-import": "2.7.0",
38+
"eslint-plugin-flowtype": "2.39.1",
39+
"eslint-plugin-import": "2.8.0",
4040
"eslint-plugin-jsx-a11y": "5.1.1",
4141
"eslint-plugin-react": "7.4.0",
42-
"extract-text-webpack-plugin": "3.0.0",
43-
"file-loader": "0.11.2",
42+
"extract-text-webpack-plugin": "3.0.2",
43+
"file-loader": "1.1.5",
4444
"fs-extra": "3.0.1",
4545
"html-webpack-plugin": "2.29.0",
4646
"jest": "20.0.4",
4747
"object-assign": "4.1.1",
4848
"postcss-flexbugs-fixes": "3.2.0",
49-
"postcss-loader": "2.0.6",
49+
"postcss-loader": "2.0.8",
5050
"promise": "8.0.1",
5151
"raf": "3.4.0",
5252
"react-dev-utils": "^4.1.0",
5353
"style-loader": "0.19.0",
5454
"sw-precache-webpack-plugin": "0.11.4",
5555
"url-loader": "0.6.2",
56-
"webpack": "3.5.1",
57-
"webpack-dev-server": "2.8.2",
58-
"webpack-manifest-plugin": "1.2.1",
56+
"webpack": "3.8.1",
57+
"webpack-dev-server": "2.9.3",
58+
"webpack-manifest-plugin": "1.3.2",
5959
"whatwg-fetch": "2.0.3"
6060
},
6161
"devDependencies": {

0 commit comments

Comments
 (0)