Skip to content

Commit

Permalink
chore(deps): remove deprecated babel packages (#11302)
Browse files Browse the repository at this point in the history
these have becomed merged into the ECMAScript
standard and are included as part of @babel/preset-env
  • Loading branch information
mxdvl authored Apr 29, 2024
1 parent de59241 commit 057c659
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
3 changes: 0 additions & 3 deletions dotcom-rendering/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ module.exports = {
// They can dramatically alter the build size
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-transform-react-jsx',
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-proposal-nullish-coalescing-operator',
'@babel/plugin-transform-runtime',
'@emotion/babel-plugin',
],
Expand Down
4 changes: 0 additions & 4 deletions dotcom-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
"@babel/core": "7.24.4",
"@babel/helper-compilation-targets": "7.23.6",
"@babel/helper-create-regexp-features-plugin": "7.22.15",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/plugin-transform-runtime": "7.24.3",
Expand Down
64 changes: 0 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 057c659

Please sign in to comment.