mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: remove unused babel dependencies (#53441)
Several unused babel related dependencies can be removed:
* `@babel/preset-env` was previously used for ngcc tests but ngcc has been removed. It used here: 3569fdf451/packages/compiler-cli/ngcc/test/BUILD.bazel (L84)
* `@babel/helper-replace-supers` was added during a manual lock file update to workaround issues with since removed babel packages
PR Close #53441
This commit is contained in:
parent
119a94ef4b
commit
636b0d0cd0
2 changed files with 1 additions and 3 deletions
|
|
@ -56,8 +56,6 @@
|
|||
"@babel/cli": "7.23.0",
|
||||
"@babel/core": "7.23.2",
|
||||
"@babel/generator": "7.23.0",
|
||||
"@babel/helper-replace-supers": "7.22.20",
|
||||
"@babel/preset-env": "7.23.2",
|
||||
"@bazel/concatjs": "5.8.1",
|
||||
"@bazel/esbuild": "5.8.1",
|
||||
"@bazel/jasmine": "5.8.1",
|
||||
|
|
|
|||
|
|
@ -808,7 +808,7 @@
|
|||
"@babel/helper-environment-visitor" "^7.22.20"
|
||||
"@babel/helper-wrap-function" "^7.22.20"
|
||||
|
||||
"@babel/helper-replace-supers@7.22.20", "@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9":
|
||||
"@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9":
|
||||
version "7.22.20"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793"
|
||||
integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==
|
||||
|
|
|
|||
Loading…
Reference in a new issue