Skip to content

Commit 3205419

Browse files
authored
Update @babel/core (#1241)
1 parent 71d9d04 commit 3205419

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@babel/code-frame": "7.12.13",
56-
"@babel/core": "7.13.14",
56+
"@babel/core": "7.14.0",
5757
"@babel/eslint-parser": "7.13.14",
5858
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
5959
"@typescript-eslint/parser": "^4.21.0",

test/integration/config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ module.exports = {
2323
allowAwaitOutsideFunction: true,
2424
plugins: [
2525
'jsx',
26-
'classProperties',
2726
'doExpressions',
28-
'exportDefaultFrom',
29-
'classPrivateProperties',
30-
'classPrivateMethods',
31-
'importMeta'
27+
'exportDefaultFrom'
3228
]
3329
}
3430
}

test/utils/test.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ class Tester {
4949
babelPlugins = [
5050
['estree', {classFeatures: true}],
5151
'jsx',
52-
'classProperties',
5352
'exportDefaultFrom',
54-
'classPrivateProperties',
55-
'classPrivateMethods',
56-
'importMeta',
5753
...babelPlugins
5854
];
5955

0 commit comments

Comments
 (0)