Skip to content

Commit 324428f

Browse files
authored
Upgrade packages and tweak config to adapt to new config format (#7814)
Rebased again now with smaller changes in this one which will make it easier to revert in case of eventual regressions.
1 parent 07ccad7 commit 324428f

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

packages/babel-plugin-named-asset-import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/core": "^7.1.0"
2020
},
2121
"devDependencies": {
22-
"babel-plugin-tester": "^6.0.1",
22+
"babel-plugin-tester": "^7.0.1",
2323
"jest": "24.9.0"
2424
},
2525
"scripts": {

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.6.0",
24+
"@babel/core": "7.6.4",
2525
"@babel/plugin-proposal-class-properties": "7.5.5",
2626
"@babel/plugin-proposal-decorators": "7.6.0",
27-
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
27+
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
2828
"@babel/plugin-syntax-dynamic-import": "7.2.0",
2929
"@babel/plugin-transform-destructuring": "7.6.0",
30-
"@babel/plugin-transform-flow-strip-types": "7.4.4",
30+
"@babel/plugin-transform-flow-strip-types": "7.6.3",
3131
"@babel/plugin-transform-react-display-name": "7.2.0",
32-
"@babel/plugin-transform-runtime": "7.6.0",
33-
"@babel/preset-env": "7.6.0",
34-
"@babel/preset-react": "7.0.0",
32+
"@babel/plugin-transform-runtime": "7.6.2",
33+
"@babel/preset-env": "7.6.3",
34+
"@babel/preset-react": "7.6.3",
3535
"@babel/preset-typescript": "7.6.0",
36-
"@babel/runtime": "7.6.0",
36+
"@babel/runtime": "7.6.3",
3737
"babel-plugin-dynamic-import-node": "2.3.0",
3838
"babel-plugin-macros": "2.6.1",
3939
"babel-plugin-transform-react-remove-prop-types": "0.4.24"

packages/react-error-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"devDependencies": {
3737
"@babel/code-frame": "7.5.5",
38-
"@babel/core": "7.6.0",
38+
"@babel/core": "7.6.4",
3939
"anser": "1.4.8",
4040
"babel-eslint": "10.0.3",
4141
"babel-jest": "^24.9.0",

packages/react-scripts/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
},
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
31-
"@babel/core": "7.6.0",
32-
"@svgr/webpack": "4.3.2",
33-
"@typescript-eslint/eslint-plugin": "^2.2.0",
34-
"@typescript-eslint/parser": "^2.2.0",
31+
"@babel/core": "7.6.4",
32+
"@svgr/webpack": "4.3.3",
33+
"@typescript-eslint/eslint-plugin": "^2.5.0",
34+
"@typescript-eslint/parser": "^2.5.0",
3535
"babel-eslint": "10.0.3",
3636
"babel-jest": "^24.9.0",
3737
"babel-loader": "8.0.6",
@@ -40,18 +40,18 @@
4040
"camelcase": "^5.2.0",
4141
"case-sensitive-paths-webpack-plugin": "2.2.0",
4242
"css-loader": "3.2.0",
43-
"dotenv": "6.2.0",
43+
"dotenv": "8.2.0",
4444
"dotenv-expand": "5.1.0",
4545
"eslint": "^6.1.0",
4646
"eslint-config-react-app": "^5.0.2",
4747
"eslint-loader": "3.0.2",
4848
"eslint-plugin-flowtype": "3.13.0",
4949
"eslint-plugin-import": "2.18.2",
5050
"eslint-plugin-jsx-a11y": "6.2.3",
51-
"eslint-plugin-react": "7.14.3",
51+
"eslint-plugin-react": "7.16.0",
5252
"eslint-plugin-react-hooks": "^1.6.1",
53-
"file-loader": "3.0.1",
54-
"fs-extra": "7.0.1",
53+
"file-loader": "4.2.0",
54+
"fs-extra": "^8.1.0",
5555
"html-webpack-plugin": "4.0.0-beta.5",
5656
"identity-obj-proxy": "3.0.0",
5757
"jest": "24.9.0",
@@ -73,12 +73,12 @@
7373
"sass-loader": "8.0.0",
7474
"semver": "6.3.0",
7575
"style-loader": "1.0.0",
76-
"terser-webpack-plugin": "2.1.3",
76+
"terser-webpack-plugin": "2.2.1",
7777
"ts-pnp": "1.1.4",
78-
"url-loader": "2.1.0",
79-
"webpack": "4.41.0",
78+
"url-loader": "2.2.0",
79+
"webpack": "4.41.2",
8080
"webpack-dev-server": "3.2.1",
81-
"webpack-manifest-plugin": "2.1.1",
81+
"webpack-manifest-plugin": "2.2.0",
8282
"workbox-webpack-plugin": "4.3.1"
8383
},
8484
"devDependencies": {

0 commit comments

Comments
 (0)