Skip to content

Commit 8cbba97

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 1b03d34 commit 8cbba97

5 files changed

Lines changed: 161 additions & 161 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@
4242
},
4343
"homepage": "https://github.com/angular/angular-cli",
4444
"dependencies": {
45-
"@angular/compiler-cli": "22.2.0-next.4",
45+
"@angular/compiler-cli": "22.2.0-next.5",
4646
"typescript": "6.0.3"
4747
},
4848
"devDependencies": {
49-
"@angular/animations": "22.2.0-next.4",
49+
"@angular/animations": "22.2.0-next.5",
5050
"@angular/cdk": "22.2.0-next.4",
51-
"@angular/common": "22.2.0-next.4",
52-
"@angular/compiler": "22.2.0-next.4",
53-
"@angular/core": "22.2.0-next.4",
54-
"@angular/forms": "22.2.0-next.4",
55-
"@angular/localize": "22.2.0-next.4",
51+
"@angular/common": "22.2.0-next.5",
52+
"@angular/compiler": "22.2.0-next.5",
53+
"@angular/core": "22.2.0-next.5",
54+
"@angular/forms": "22.2.0-next.5",
55+
"@angular/localize": "22.2.0-next.5",
5656
"@angular/material": "22.2.0-next.4",
5757
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#151e36ffa910f4a01aafe1c482ed8294e2050566",
58-
"@angular/platform-browser": "22.2.0-next.4",
59-
"@angular/platform-server": "22.2.0-next.4",
60-
"@angular/router": "22.2.0-next.4",
61-
"@angular/service-worker": "22.2.0-next.4",
58+
"@angular/platform-browser": "22.2.0-next.5",
59+
"@angular/platform-server": "22.2.0-next.5",
60+
"@angular/router": "22.2.0-next.5",
61+
"@angular/service-worker": "22.2.0-next.5",
6262
"@babel/core": "8.0.1",
6363
"@bazel/bazelisk": "1.28.1",
6464
"@bazel/buildifier": "8.2.1",

packages/angular/ssr/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
},
3838
"devDependencies": {
3939
"@angular-devkit/schematics": "workspace:*",
40-
"@angular/common": "22.2.0-next.4",
41-
"@angular/compiler": "22.2.0-next.4",
42-
"@angular/core": "22.2.0-next.4",
43-
"@angular/platform-browser": "22.2.0-next.4",
44-
"@angular/platform-server": "22.2.0-next.4",
45-
"@angular/router": "22.2.0-next.4",
40+
"@angular/common": "22.2.0-next.5",
41+
"@angular/compiler": "22.2.0-next.5",
42+
"@angular/core": "22.2.0-next.5",
43+
"@angular/platform-browser": "22.2.0-next.5",
44+
"@angular/platform-server": "22.2.0-next.5",
45+
"@angular/router": "22.2.0-next.5",
4646
"@schematics/angular": "workspace:*",
4747
"beasties": "0.4.3"
4848
},

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"devDependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
20-
"@angular/compiler": "22.2.0-next.4",
21-
"@angular/compiler-cli": "22.2.0-next.4",
20+
"@angular/compiler": "22.2.0-next.5",
21+
"@angular/compiler-cli": "22.2.0-next.5",
2222
"typescript": "6.0.3",
2323
"webpack": "5.109.2"
2424
}

0 commit comments

Comments
 (0)