Skip to content

Commit

Permalink
fix(deps): remove dependency @babel/plugin-proposal-class-properties.
Browse files Browse the repository at this point in the history
This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.

https://www.npmjs.com/package/@babel/plugin-proposal-class-properties
  • Loading branch information
jaywcjlove committed Jun 24, 2024
1 parent eca3d09 commit 6581d1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
"plugins": []
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"devDependencies": {
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-do-expressions": "7.24.7",
"@babel/plugin-proposal-export-default-from": "7.24.7",
"@babel/preset-env": "7.24.7",
Expand Down

0 comments on commit 6581d1c

Please sign in to comment.