Skip to content

Commit ba1f571

Browse files
alan-agius4dgp1130
authored andcommitted
build: remove regenerator-runtime from dependencies
This dependency is no longer needed since we no longer generate es5 output. (cherry picked from commit 78ce78c)
1 parent cc6cad7 commit ba1f571

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@
190190
"protractor": "~7.0.0",
191191
"puppeteer": "18.2.1",
192192
"quicktype-core": "6.0.69",
193-
"regenerator-runtime": "0.13.10",
194193
"resolve-url-loader": "5.0.0",
195194
"rxjs": "6.6.7",
196195
"sass": "1.56.1",

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ ts_library(
162162
"@npm//piscina",
163163
"@npm//postcss",
164164
"@npm//postcss-loader",
165-
"@npm//regenerator-runtime",
166165
"@npm//resolve-url-loader",
167166
"@npm//rxjs",
168167
"@npm//sass",

packages/angular_devkit/build_angular/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"piscina": "3.2.0",
5050
"postcss": "8.4.19",
5151
"postcss-loader": "7.0.1",
52-
"regenerator-runtime": "0.13.10",
5352
"resolve-url-loader": "5.0.0",
5453
"rxjs": "6.6.7",
5554
"sass": "1.56.1",

0 commit comments

Comments
 (0)