Skip to content

Commit

Permalink
update babel
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Aug 5, 2021
1 parent 8665a3d commit 25f09dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1073,9 +1073,6 @@ module.exports = {
files: ['*.mjs'],
parser: '@babel/eslint-parser',
parserOptions: {
babelOptions: {
plugins: ['@babel/plugin-syntax-top-level-await'],
},
ecmaVersion: 2022,
requireConfigFile: false,
sourceType: 'module',
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"version": "3.16.0",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.9",
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-optional-catch-binding": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-arrow-functions": "^7.14.5",
"@babel/plugin-transform-block-scoped-functions": "^7.14.5",
"@babel/plugin-transform-block-scoping": "^7.14.5",
Expand Down

0 comments on commit 25f09dd

Please sign in to comment.