Skip to content

Commit

Permalink
fix: deprecate @babel/plugin-proposal-decorators from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheton Wu committed Oct 28, 2021
1 parent 04f061b commit 79acce5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = function(api) {
'@babel/plugin-proposal-do-expressions',

// Stage 2
'@babel/plugin-proposal-decorators',
'@babel/plugin-proposal-function-sent',
'@babel/plugin-proposal-export-namespace-from',
'@babel/plugin-proposal-numeric-separator',
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
},
"homepage": "https://github.com/trendmicro-frontend/babel-config",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
Expand Down

0 comments on commit 79acce5

Please sign in to comment.