Skip to content

Commit e82c325

Browse files
committed
Update babel and associated plugins
Via `yarn upgrade --scope @babel --latest --exact`.
1 parent 4082073 commit e82c325

File tree

2 files changed

+766
-599
lines changed

2 files changed

+766
-599
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.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",
11+
"@babel/core": "7.15.0",
12+
"@babel/plugin-proposal-class-properties": "7.14.5",
13+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
14+
"@babel/plugin-proposal-optional-chaining": "7.14.5",
1515
"@babel/plugin-syntax-dynamic-import": "7.8.3",
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",
16+
"@babel/plugin-transform-flow-strip-types": "7.14.5",
17+
"@babel/plugin-transform-react-constant-elements": "7.14.5",
18+
"@babel/plugin-transform-react-inline-elements": "7.14.5",
19+
"@babel/plugin-transform-react-jsx": "7.14.9",
20+
"@babel/plugin-transform-runtime": "7.15.0",
21+
"@babel/preset-env": "7.15.0",
22+
"@babel/preset-flow": "7.14.5",
23+
"@babel/register": "7.15.3",
24+
"@babel/runtime": "7.15.3",
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.14.3",
74-
"@babel/eslint-parser": "7.14.3",
73+
"@babel/cli": "7.14.8",
74+
"@babel/eslint-parser": "7.15.0",
7575
"babel-plugin-istanbul": "5.2.0",
7676
"chrome-remote-interface": "0.27.0",
7777
"eslint": "7.9.0",

0 commit comments

Comments
 (0)