Skip to content

Commit ff069a2

Browse files
committed
chore(FR-2851): replace deprecated babel deps and drop unused babel-eslint
1 parent a14943a commit ff069a2

4 files changed

Lines changed: 3723 additions & 10781 deletions

File tree

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const plugins = [
2-
'@babel/plugin-proposal-class-properties',
2+
'@babel/plugin-transform-class-properties',
33
'@babel/plugin-syntax-dynamic-import',
44
['@babel/proposal-decorators', { decoratorsBeforeExport: true } ],
55
];

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@babel/core": "catalog:",
5050
"@babel/parser": "^7.29.0",
51-
"@babel/plugin-proposal-class-properties": "^7.18.6",
51+
"@babel/plugin-transform-class-properties": "^7.25.9",
5252
"@babel/plugin-proposal-decorators": "^7.29.0",
5353
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
5454
"@babel/preset-typescript": "catalog:",
@@ -67,7 +67,6 @@
6767
"@typescript-eslint/eslint-plugin": "^7.18.0",
6868
"@typescript-eslint/parser": "^7.18.0",
6969
"@yao-pkg/pkg": "^6.14.1",
70-
"babel-eslint": "^10.1.0",
7170
"buffer": "^6.0.3",
7271
"cli-color": "^2.0.4",
7372
"concurrently": "^8.2.2",

0 commit comments

Comments
 (0)