Skip to content

Commit 2bef2ba

Browse files
committed
Remove syntax-class-properties Babel plugin, lock dedupe
1 parent b1ba5a2 commit 2bef2ba

3 files changed

Lines changed: 83 additions & 622 deletions

File tree

babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const plugins = [
2222
'babel-plugin-transform-flow-enums',
2323
'@babel/plugin-transform-flow-strip-types',
2424
'@babel/plugin-transform-modules-commonjs',
25-
'@babel/plugin-syntax-class-properties',
2625
'@babel/plugin-transform-react-jsx',
2726
];
2827

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2+
"name": "metro-monorepo",
23
"private": true,
34
"devDependencies": {
45
"@babel/core": "^7.25.2",
5-
"@babel/plugin-syntax-class-properties": "^7.12.13",
66
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
77
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
88
"@babel/plugin-transform-react-jsx": "^7.25.2",
@@ -68,7 +68,6 @@
6868
"private/*"
6969
],
7070
"license": "MIT",
71-
"dependencies": {},
7271
"engines": {
7372
"node": ">=20.19.4"
7473
}

0 commit comments

Comments
 (0)