Skip to content

Commit 71cbc5a

Browse files
committed
build: update all non-major dependencies
1 parent 43cd458 commit 71cbc5a

File tree

6 files changed

+272
-145
lines changed

6 files changed

+272
-145
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,24 +69,24 @@
6969
"@angular/platform-server": "19.0.0-next.11",
7070
"@angular/router": "19.0.0-next.11",
7171
"@angular/service-worker": "19.0.0-next.11",
72-
"@babel/core": "7.25.9",
73-
"@babel/generator": "7.25.9",
72+
"@babel/core": "7.26.0",
73+
"@babel/generator": "7.26.0",
7474
"@babel/helper-annotate-as-pure": "7.25.9",
7575
"@babel/helper-split-export-declaration": "7.24.7",
76-
"@babel/plugin-syntax-import-attributes": "7.25.9",
76+
"@babel/plugin-syntax-import-attributes": "7.26.0",
7777
"@babel/plugin-transform-async-generator-functions": "7.25.9",
7878
"@babel/plugin-transform-async-to-generator": "7.25.9",
7979
"@babel/plugin-transform-runtime": "7.25.9",
80-
"@babel/preset-env": "7.25.9",
81-
"@babel/runtime": "7.25.9",
80+
"@babel/preset-env": "7.26.0",
81+
"@babel/runtime": "7.26.0",
8282
"@bazel/bazelisk": "1.22.1",
8383
"@bazel/buildifier": "7.3.1",
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
8585
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
8686
"@bazel/runfiles": "^5.8.1",
87-
"@discoveryjs/json-ext": "0.6.2",
88-
"@inquirer/confirm": "5.0.0",
89-
"@inquirer/prompts": "7.0.0",
87+
"@discoveryjs/json-ext": "0.6.3",
88+
"@inquirer/confirm": "5.0.1",
89+
"@inquirer/prompts": "7.0.1",
9090
"@listr2/prompt-adapter-inquirer": "2.0.17",
9191
"@rollup/plugin-commonjs": "^28.0.0",
9292
"@rollup/plugin-node-resolve": "^13.0.5",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.25.9",
23+
"@babel/core": "7.26.0",
2424
"@babel/helper-annotate-as-pure": "7.25.9",
2525
"@babel/helper-split-export-declaration": "7.24.7",
26-
"@babel/plugin-syntax-import-attributes": "7.25.9",
27-
"@inquirer/confirm": "5.0.0",
26+
"@babel/plugin-syntax-import-attributes": "7.26.0",
27+
"@inquirer/confirm": "5.0.1",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.0",
3030
"critters": "0.0.25",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "7.0.0",
28+
"@inquirer/prompts": "7.0.1",
2929
"@listr2/prompt-adapter-inquirer": "2.0.17",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.25.9",
15-
"@babel/generator": "7.25.9",
14+
"@babel/core": "7.26.0",
15+
"@babel/generator": "7.26.0",
1616
"@babel/helper-annotate-as-pure": "7.25.9",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.25.9",
1919
"@babel/plugin-transform-async-to-generator": "7.25.9",
2020
"@babel/plugin-transform-runtime": "7.25.9",
21-
"@babel/preset-env": "7.25.9",
22-
"@babel/runtime": "7.25.9",
23-
"@discoveryjs/json-ext": "0.6.2",
21+
"@babel/preset-env": "7.26.0",
22+
"@babel/runtime": "7.26.0",
23+
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "1.1.0",
2626
"ansi-colors": "4.1.3",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "7.0.0",
21+
"@inquirer/prompts": "7.0.1",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)