Skip to content

Commit 5e1d482

Browse files
committed
build: update angular dependencies to v19.2.0-rc.0
1 parent 0ad6a37 commit 5e1d482

File tree

2 files changed

+93
-116
lines changed

2 files changed

+93
-116
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@
5353
"devDependencies": {
5454
"@actions/core": "^1.4.0",
5555
"@actions/github": "^6.0.0",
56-
"@angular/animations": "19.2.0-next.3",
56+
"@angular/animations": "19.2.0-rc.0",
5757
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
58-
"@angular/cdk": "19.2.0-next.4",
58+
"@angular/cdk": "19.2.0-rc.0",
5959
"@angular/cli": "19.2.0-next.2",
60-
"@angular/common": "19.2.0-next.3",
61-
"@angular/compiler": "19.2.0-next.3",
62-
"@angular/compiler-cli": "19.2.0-next.3",
63-
"@angular/core": "19.2.0-next.3",
60+
"@angular/common": "19.2.0-rc.0",
61+
"@angular/compiler": "19.2.0-rc.0",
62+
"@angular/compiler-cli": "19.2.0-rc.0",
63+
"@angular/core": "19.2.0-rc.0",
6464
"@angular/fire": "^19.0.0-rc",
65-
"@angular/forms": "19.2.0-next.3",
66-
"@angular/material": "19.2.0-next.4",
67-
"@angular/platform-browser": "19.2.0-next.3",
68-
"@angular/platform-browser-dynamic": "19.2.0-next.3",
69-
"@angular/router": "19.2.0-next.3",
65+
"@angular/forms": "19.2.0-rc.0",
66+
"@angular/material": "19.2.0-rc.0",
67+
"@angular/platform-browser": "19.2.0-rc.0",
68+
"@angular/platform-browser-dynamic": "19.2.0-rc.0",
69+
"@angular/router": "19.2.0-rc.0",
7070
"@bazel/bazelisk": "^1.11.0",
7171
"@bazel/ibazel": "^0.23.0",
7272
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
@@ -163,6 +163,6 @@
163163
}
164164
},
165165
"resolutions": {
166-
"@angular/benchpress/@angular/core": "19.2.0-next.3"
166+
"@angular/benchpress/@angular/core": "19.2.0-rc.0"
167167
}
168168
}

0 commit comments

Comments
 (0)