Skip to content

Commit 022f8b4

Browse files
authored
Upgrade Babel dependencies (metabrainz#2120)
Via yarn upgrade --scope @babel --latest --exact. The plugin-transform-react-constant-elements update should address a serious bug I ran into a while ago: https://github.com/mwiencek/babel-issue-11686
1 parent 0cb2836 commit 022f8b4

File tree

2 files changed

+963
-759
lines changed

2 files changed

+963
-759
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
},
99
"license": "GPLv2+",
1010
"dependencies": {
11-
"@babel/core": "7.11.6",
12-
"@babel/plugin-proposal-class-properties": "7.10.4",
13-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
14-
"@babel/plugin-proposal-optional-chaining": "7.11.0",
11+
"@babel/core": "7.14.3",
12+
"@babel/plugin-proposal-class-properties": "7.13.0",
13+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.2",
14+
"@babel/plugin-proposal-optional-chaining": "7.14.2",
1515
"@babel/plugin-syntax-dynamic-import": "7.8.3",
16-
"@babel/plugin-transform-flow-strip-types": "7.10.4",
17-
"@babel/plugin-transform-react-constant-elements": "7.10.4",
18-
"@babel/plugin-transform-react-inline-elements": "7.10.4",
19-
"@babel/plugin-transform-react-jsx": "7.10.4",
20-
"@babel/plugin-transform-runtime": "7.11.5",
21-
"@babel/preset-env": "7.11.5",
22-
"@babel/preset-flow": "7.10.4",
23-
"@babel/register": "7.11.5",
24-
"@babel/runtime": "7.11.2",
16+
"@babel/plugin-transform-flow-strip-types": "7.13.0",
17+
"@babel/plugin-transform-react-constant-elements": "7.13.13",
18+
"@babel/plugin-transform-react-inline-elements": "7.12.13",
19+
"@babel/plugin-transform-react-jsx": "7.14.3",
20+
"@babel/plugin-transform-runtime": "7.14.3",
21+
"@babel/preset-env": "7.14.2",
22+
"@babel/preset-flow": "7.13.13",
23+
"@babel/register": "7.13.16",
24+
"@babel/runtime": "7.14.0",
2525
"@popperjs/core": "2.5.3",
2626
"@sentry/browser": "5.10.2",
2727
"@sentry/node": "5.10.2",
@@ -70,8 +70,8 @@
7070
"yargs": "3.10.0"
7171
},
7272
"devDependencies": {
73-
"@babel/cli": "7.11.6",
74-
"@babel/eslint-parser": "7.11.5",
73+
"@babel/cli": "7.14.3",
74+
"@babel/eslint-parser": "7.14.3",
7575
"babel-plugin-istanbul": "5.2.0",
7676
"chrome-remote-interface": "0.27.0",
7777
"eslint": "7.9.0",

0 commit comments

Comments
 (0)