Skip to content

Commit 735ad9e

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 110a227 commit 735ad9e

File tree

5 files changed

+172
-172
lines changed

5 files changed

+172
-172
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@
4242
},
4343
"homepage": "https://github.com/angular/angular-cli",
4444
"devDependencies": {
45-
"@angular/animations": "22.0.0-next.3",
46-
"@angular/cdk": "22.0.0-next.0",
47-
"@angular/common": "22.0.0-next.3",
48-
"@angular/compiler": "22.0.0-next.3",
49-
"@angular/compiler-cli": "22.0.0-next.3",
50-
"@angular/core": "22.0.0-next.3",
51-
"@angular/forms": "22.0.0-next.3",
52-
"@angular/localize": "22.0.0-next.3",
53-
"@angular/material": "22.0.0-next.0",
45+
"@angular/animations": "22.0.0-next.4",
46+
"@angular/cdk": "22.0.0-next.1",
47+
"@angular/common": "22.0.0-next.4",
48+
"@angular/compiler": "22.0.0-next.4",
49+
"@angular/compiler-cli": "22.0.0-next.4",
50+
"@angular/core": "22.0.0-next.4",
51+
"@angular/forms": "22.0.0-next.4",
52+
"@angular/localize": "22.0.0-next.4",
53+
"@angular/material": "22.0.0-next.1",
5454
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ae3393e8549a472a9fb199222eeebb387b5769e6",
55-
"@angular/platform-browser": "22.0.0-next.3",
56-
"@angular/platform-server": "22.0.0-next.3",
57-
"@angular/router": "22.0.0-next.3",
58-
"@angular/service-worker": "22.0.0-next.3",
55+
"@angular/platform-browser": "22.0.0-next.4",
56+
"@angular/platform-server": "22.0.0-next.4",
57+
"@angular/router": "22.0.0-next.4",
58+
"@angular/service-worker": "22.0.0-next.4",
5959
"@babel/core": "7.29.0",
6060
"@bazel/bazelisk": "1.28.1",
6161
"@bazel/buildifier": "8.2.1",

packages/angular/ssr/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
"devDependencies": {
3131
"@angular-devkit/schematics": "workspace:*",
32-
"@angular/common": "22.0.0-next.3",
33-
"@angular/compiler": "22.0.0-next.3",
34-
"@angular/core": "22.0.0-next.3",
35-
"@angular/platform-browser": "22.0.0-next.3",
36-
"@angular/platform-server": "22.0.0-next.3",
37-
"@angular/router": "22.0.0-next.3",
32+
"@angular/common": "22.0.0-next.4",
33+
"@angular/compiler": "22.0.0-next.4",
34+
"@angular/core": "22.0.0-next.4",
35+
"@angular/platform-browser": "22.0.0-next.4",
36+
"@angular/platform-server": "22.0.0-next.4",
37+
"@angular/router": "22.0.0-next.4",
3838
"@schematics/angular": "workspace:*",
3939
"beasties": "0.4.1"
4040
},

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
30-
"@angular/compiler": "22.0.0-next.3",
31-
"@angular/compiler-cli": "22.0.0-next.3",
30+
"@angular/compiler": "22.0.0-next.4",
31+
"@angular/compiler-cli": "22.0.0-next.4",
3232
"typescript": "6.0.1-rc",
3333
"webpack": "5.105.4"
3434
}

0 commit comments

Comments
 (0)