Skip to content

Commit 1c30de2

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent d223d1e commit 1c30de2

File tree

4 files changed

+174
-92
lines changed

4 files changed

+174
-92
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
"@angular/router": "19.0.0-next.0",
7171
"@angular/service-worker": "19.0.0-next.0",
7272
"@babel/core": "7.25.2",
73-
"@babel/generator": "7.25.0",
73+
"@babel/generator": "7.25.4",
7474
"@babel/helper-annotate-as-pure": "7.24.7",
7575
"@babel/helper-split-export-declaration": "7.24.7",
7676
"@babel/plugin-syntax-import-attributes": "7.24.7",
77-
"@babel/plugin-transform-async-generator-functions": "7.25.0",
77+
"@babel/plugin-transform-async-generator-functions": "7.25.4",
7878
"@babel/plugin-transform-async-to-generator": "7.24.7",
79-
"@babel/plugin-transform-runtime": "7.24.7",
80-
"@babel/preset-env": "7.25.3",
81-
"@babel/runtime": "7.25.0",
79+
"@babel/plugin-transform-runtime": "7.25.4",
80+
"@babel/preset-env": "7.25.4",
81+
"@babel/runtime": "7.25.4",
8282
"@bazel/bazelisk": "1.19.0",
8383
"@bazel/buildifier": "7.1.2",
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
@@ -164,7 +164,7 @@
164164
"magic-string": "0.30.11",
165165
"mini-css-extract-plugin": "2.9.1",
166166
"mrmime": "2.0.0",
167-
"ng-packagr": "19.0.0-next.0",
167+
"ng-packagr": "19.0.0-next.1",
168168
"npm": "^10.8.1",
169169
"npm-package-arg": "11.0.3",
170170
"npm-pick-manifest": "9.1.0",
@@ -204,13 +204,13 @@
204204
"vite": "5.4.2",
205205
"watchpack": "2.4.2",
206206
"webpack": "5.93.0",
207-
"webpack-dev-middleware": "7.4.1",
207+
"webpack-dev-middleware": "7.4.2",
208208
"webpack-dev-server": "5.0.4",
209209
"webpack-merge": "6.0.1",
210210
"webpack-subresource-integrity": "5.1.0",
211211
"yargs": "17.7.2",
212212
"yargs-parser": "21.1.1",
213-
"zone.js": "^0.14.0"
213+
"zone.js": "^0.15.0"
214214
},
215215
"dependenciesMeta": {
216216
"esbuild": {

packages/angular/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@angular/platform-browser": "19.0.0-next.0",
2929
"@angular/platform-server": "19.0.0-next.0",
3030
"@angular/router": "19.0.0-next.0",
31-
"zone.js": "^0.14.0"
31+
"zone.js": "^0.15.0"
3232
},
3333
"schematics": "./schematics/collection.json",
3434
"repository": {

packages/angular_devkit/build_angular/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
1414
"@babel/core": "7.25.2",
15-
"@babel/generator": "7.25.0",
15+
"@babel/generator": "7.25.4",
1616
"@babel/helper-annotate-as-pure": "7.24.7",
1717
"@babel/helper-split-export-declaration": "7.24.7",
18-
"@babel/plugin-transform-async-generator-functions": "7.25.0",
18+
"@babel/plugin-transform-async-generator-functions": "7.25.4",
1919
"@babel/plugin-transform-async-to-generator": "7.24.7",
20-
"@babel/plugin-transform-runtime": "7.24.7",
21-
"@babel/preset-env": "7.25.3",
22-
"@babel/runtime": "7.25.0",
20+
"@babel/plugin-transform-runtime": "7.25.4",
21+
"@babel/preset-env": "7.25.4",
22+
"@babel/runtime": "7.25.4",
2323
"@discoveryjs/json-ext": "0.6.1",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "1.1.0",
@@ -64,7 +64,7 @@
6464
"vite": "5.4.2",
6565
"watchpack": "2.4.2",
6666
"webpack": "5.93.0",
67-
"webpack-dev-middleware": "7.4.1",
67+
"webpack-dev-middleware": "7.4.2",
6868
"webpack-dev-server": "5.0.4",
6969
"webpack-merge": "6.0.1",
7070
"webpack-subresource-integrity": "5.1.0"

0 commit comments

Comments
 (0)