Skip to content

Commit 7d6f179

Browse files
committed
build: update all non-major dependencies
1 parent 1890fe4 commit 7d6f179

File tree

4 files changed

+152
-74
lines changed

4 files changed

+152
-74
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,22 @@
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",
87+
"@discoveryjs/json-ext": "0.6.3",
8888
"@inquirer/confirm": "5.0.0",
8989
"@inquirer/prompts": "7.0.0",
9090
"@listr2/prompt-adapter-inquirer": "2.0.17",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
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",
26+
"@babel/plugin-syntax-import-attributes": "7.26.0",
2727
"@inquirer/confirm": "5.0.0",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.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",

0 commit comments

Comments
 (0)