Skip to content

Commit 5584a58

Browse files
angular-robotclydin
authored andcommitted
build: update babel monorepo to v7.29.7
See associated pull request for more information.
1 parent cc45a54 commit 5584a58

4 files changed

Lines changed: 292 additions & 312 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@angular/platform-server": "22.0.5",
6060
"@angular/router": "22.0.5",
6161
"@angular/service-worker": "22.0.5",
62-
"@babel/core": "7.29.0",
62+
"@babel/core": "7.29.7",
6363
"@bazel/bazelisk": "1.28.1",
6464
"@bazel/buildifier": "8.2.1",
6565
"@bazel/ibazel": "^0.28.0",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.29.0",
24-
"@babel/helper-annotate-as-pure": "7.27.3",
23+
"@babel/core": "7.29.7",
24+
"@babel/helper-annotate-as-pure": "7.29.7",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "6.0.12",
2727
"@vitejs/plugin-basic-ssl": "2.3.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@angular-devkit/build-webpack": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1313
"@angular/build": "workspace:0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.29.0",
15-
"@babel/generator": "7.29.1",
16-
"@babel/helper-annotate-as-pure": "7.27.3",
14+
"@babel/core": "7.29.7",
15+
"@babel/generator": "7.29.7",
16+
"@babel/helper-annotate-as-pure": "7.29.7",
1717
"@babel/helper-split-export-declaration": "7.24.7",
18-
"@babel/plugin-transform-async-generator-functions": "7.29.0",
19-
"@babel/plugin-transform-async-to-generator": "7.28.6",
20-
"@babel/plugin-transform-runtime": "7.29.0",
21-
"@babel/preset-env": "7.29.3",
22-
"@babel/runtime": "7.29.2",
18+
"@babel/plugin-transform-async-generator-functions": "7.29.7",
19+
"@babel/plugin-transform-async-to-generator": "7.29.7",
20+
"@babel/plugin-transform-runtime": "7.29.7",
21+
"@babel/preset-env": "7.29.7",
22+
"@babel/runtime": "7.29.7",
2323
"@discoveryjs/json-ext": "1.1.0",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",

0 commit comments

Comments
 (0)