Skip to content

Commit e98ffce

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 5c77c33 commit e98ffce

6 files changed

Lines changed: 199 additions & 199 deletions

File tree

modules/testing/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"browser-sync": "3.0.4",
99
"istanbul-lib-instrument": "6.0.3",
1010
"jsdom": "29.1.1",
11-
"ng-packagr": "22.1.0-next.2",
11+
"ng-packagr": "22.1.0-next.3",
1212
"rxjs": "7.8.2",
1313
"vitest": "4.1.9"
1414
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
},
4848
"devDependencies": {
4949
"@angular/animations": "22.1.0-next.3",
50-
"@angular/cdk": "22.1.0-next.1",
50+
"@angular/cdk": "22.1.0-next.2",
5151
"@angular/common": "22.1.0-next.3",
5252
"@angular/compiler": "22.1.0-next.3",
5353
"@angular/core": "22.1.0-next.3",
5454
"@angular/forms": "22.1.0-next.3",
5555
"@angular/localize": "22.1.0-next.3",
56-
"@angular/material": "22.1.0-next.1",
56+
"@angular/material": "22.1.0-next.2",
5757
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7b4897289f0d1f94cb511ddda789129c828b579c",
5858
"@angular/platform-browser": "22.1.0-next.3",
5959
"@angular/platform-server": "22.1.0-next.3",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"istanbul-lib-instrument": "6.0.3",
5454
"jsdom": "29.1.1",
5555
"less": "4.6.7",
56-
"ng-packagr": "22.1.0-next.2",
56+
"ng-packagr": "22.1.0-next.3",
5757
"postcss": "8.5.15",
5858
"rollup": "4.62.2",
5959
"rxjs": "7.8.2",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@angular/ssr": "workspace:*",
6868
"browser-sync": "3.0.4",
69-
"ng-packagr": "22.1.0-next.2",
69+
"ng-packagr": "22.1.0-next.3",
7070
"undici": "8.5.0"
7171
},
7272
"peerDependencies": {

0 commit comments

Comments
 (0)