diff --git a/.babelrc b/.babelrc index ebb14168..7967c5e7 100644 --- a/.babelrc +++ b/.babelrc @@ -10,8 +10,6 @@ "@babel/preset-typescript", ], "plugins": [ - "@babel/plugin-proposal-class-properties", - "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-transform-runtime" ], "env": { diff --git a/package.json b/package.json index 7ec6e559..c6e12beb 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,6 @@ "@babel/cli": "^7.28.6", "@babel/core": "^7.29.0", "@babel/eslint-parser": "^7.28.6", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-transform-runtime": "^7.29.0", "@babel/preset-env": "^7.29.2", "@babel/preset-react": "^7.28.5",