Skip to content

Commit d5b527f

Browse files
authoredMar 20, 2020
Update to Babel 7.9 (#8681)
1 parent 6adb82a commit d5b527f

File tree

5 files changed

+362
-308
lines changed

5 files changed

+362
-308
lines changed
 

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.8.7",
24+
"@babel/core": "7.9.0",
2525
"@babel/plugin-proposal-class-properties": "7.8.3",
2626
"@babel/plugin-proposal-decorators": "7.8.3",
2727
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
2828
"@babel/plugin-proposal-numeric-separator": "7.8.3",
29-
"@babel/plugin-proposal-optional-chaining": "7.8.3",
30-
"@babel/plugin-transform-flow-strip-types": "7.8.3",
29+
"@babel/plugin-proposal-optional-chaining": "7.9.0",
30+
"@babel/plugin-transform-flow-strip-types": "7.9.0",
3131
"@babel/plugin-transform-react-display-name": "7.8.3",
32-
"@babel/plugin-transform-runtime": "7.8.3",
33-
"@babel/preset-env": "7.8.7",
34-
"@babel/preset-react": "7.8.3",
35-
"@babel/preset-typescript": "7.8.3",
36-
"@babel/runtime": "7.8.7",
32+
"@babel/plugin-transform-runtime": "7.9.0",
33+
"@babel/preset-env": "7.9.0",
34+
"@babel/preset-react": "7.9.1",
35+
"@babel/preset-typescript": "7.9.0",
36+
"@babel/runtime": "7.9.0",
3737
"babel-plugin-macros": "2.8.0",
3838
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
3939
}

‎packages/create-react-app/yarn.lock.cached

+349-295
Large diffs are not rendered by default.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@babel/code-frame": "7.8.3",
5656
"address": "1.1.2",
57-
"browserslist": "4.9.1",
57+
"browserslist": "4.10.0",
5858
"chalk": "2.4.2",
5959
"cross-spawn": "7.0.1",
6060
"detect-port-alt": "1.1.6",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
],
3636
"devDependencies": {
3737
"@babel/code-frame": "7.8.3",
38-
"@babel/core": "7.8.7",
38+
"@babel/core": "7.9.0",
3939
"anser": "1.4.9",
4040
"babel-eslint": "10.1.0",
4141
"babel-jest": "^24.9.0",
42-
"babel-loader": "8.0.6",
42+
"babel-loader": "8.1.0",
4343
"babel-preset-react-app": "^9.1.1",
4444
"chalk": "2.4.2",
4545
"chokidar": "^3.3.0",

‎packages/react-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
},
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
31-
"@babel/core": "7.8.7",
31+
"@babel/core": "7.9.0",
3232
"@svgr/webpack": "4.3.3",
3333
"@typescript-eslint/eslint-plugin": "^2.10.0",
3434
"@typescript-eslint/parser": "^2.10.0",
3535
"babel-eslint": "10.1.0",
3636
"babel-jest": "^24.9.0",
37-
"babel-loader": "8.0.6",
37+
"babel-loader": "8.1.0",
3838
"babel-plugin-named-asset-import": "^0.3.6",
3939
"babel-preset-react-app": "^9.1.1",
4040
"camelcase": "^5.3.1",

0 commit comments

Comments
 (0)
Please sign in to comment.