Skip to content

Commit

Permalink
build: remove regenerator-runtime from dependencies
Browse files Browse the repository at this point in the history
This dependency is no longer needed since we no longer generate es5 output.
  • Loading branch information
alan-agius4 authored and dgp1130 committed Nov 18, 2022
1 parent 50113b8 commit 78ce78c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
"quicktype-core": "6.0.69",
"regenerator-runtime": "0.13.10",
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.56.1",
Expand Down
1 change: 0 additions & 1 deletion packages/angular_devkit/build_angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ ts_library(
"@npm//piscina",
"@npm//postcss",
"@npm//postcss-loader",
"@npm//regenerator-runtime",
"@npm//resolve-url-loader",
"@npm//rxjs",
"@npm//sass",
Expand Down
1 change: 0 additions & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"piscina": "3.2.0",
"postcss": "8.4.19",
"postcss-loader": "7.0.1",
"regenerator-runtime": "0.13.10",
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.56.1",
Expand Down

0 comments on commit 78ce78c

Please sign in to comment.