Skip to content

Commit 25f09dd

Browse files
committed
update babel
1 parent 8665a3d commit 25f09dd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.eslintrc.js

-3
Original file line numberDiff line numberDiff line change
@@ -1073,9 +1073,6 @@ module.exports = {
10731073
files: ['*.mjs'],
10741074
parser: '@babel/eslint-parser',
10751075
parserOptions: {
1076-
babelOptions: {
1077-
plugins: ['@babel/plugin-syntax-top-level-await'],
1078-
},
10791076
ecmaVersion: 2022,
10801077
requireConfigFile: false,
10811078
sourceType: 'module',

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"version": "3.16.0",
33
"devDependencies": {
44
"@babel/cli": "^7.14.8",
5-
"@babel/core": "^7.14.8",
6-
"@babel/eslint-parser": "^7.14.9",
5+
"@babel/core": "^7.15.0",
6+
"@babel/eslint-parser": "^7.15.0",
77
"@babel/plugin-proposal-class-properties": "^7.14.5",
88
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
99
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
1010
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
1111
"@babel/plugin-proposal-optional-catch-binding": "^7.14.5",
1212
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
13-
"@babel/plugin-syntax-top-level-await": "^7.14.5",
1413
"@babel/plugin-transform-arrow-functions": "^7.14.5",
1514
"@babel/plugin-transform-block-scoped-functions": "^7.14.5",
1615
"@babel/plugin-transform-block-scoping": "^7.14.5",

0 commit comments

Comments
 (0)