Skip to content

Commit ee95366

Browse files
committed
build: rollback @babel/generator to 7.17.0
This is a fix to avoid hosting issues which causes bazel test to fail.
1 parent 40301a2 commit ee95366

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@angular/router": "14.0.0-next.2",
8080
"@angular/service-worker": "14.0.0-next.2",
8181
"@babel/core": "7.17.2",
82-
"@babel/generator": "7.17.3",
82+
"@babel/generator": "7.17.0",
8383
"@babel/helper-annotate-as-pure": "7.16.7",
8484
"@babel/plugin-proposal-async-generator-functions": "7.16.8",
8585
"@babel/plugin-transform-async-to-generator": "7.16.8",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@babel/core": "7.17.2",
14-
"@babel/generator": "7.17.3",
14+
"@babel/generator": "7.17.0",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
1616
"@babel/plugin-proposal-async-generator-functions": "7.16.8",
1717
"@babel/plugin-transform-async-to-generator": "7.16.8",

yarn.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -426,15 +426,6 @@
426426
jsesc "^2.5.1"
427427
source-map "^0.5.0"
428428

429-
430-
version "7.17.3"
431-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
432-
integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
433-
dependencies:
434-
"@babel/types" "^7.17.0"
435-
jsesc "^2.5.1"
436-
source-map "^0.5.0"
437-
438429
"@babel/[email protected]", "@babel/helper-annotate-as-pure@^7.16.7":
439430
version "7.16.7"
440431
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"

0 commit comments

Comments
 (0)