Skip to content

Commit 323e1ef

Browse files
angular-robotjosephperrott
authored andcommitted
build: update angular dependencies (#1981)
PR Close #1981
1 parent 34b1766 commit 323e1ef

File tree

3 files changed

+190
-175
lines changed

3 files changed

+190
-175
lines changed

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@angular/docs",
33
"version": "0.0.0-{SCM_HEAD_SHA}",
44
"dependencies": {
5-
"@angular/cdk": "18.0.0-next.4",
6-
"@angular/common": "18.0.0-next.4",
7-
"@angular/core": "18.0.0-next.4",
8-
"@angular/forms": "18.0.0-next.4",
9-
"@angular/material": "18.0.0-next.4",
10-
"@angular/platform-browser": "18.0.0-next.4",
11-
"@angular/router": "18.0.0-next.4",
5+
"@angular/cdk": "18.0.0-next.5",
6+
"@angular/common": "18.0.0-next.5",
7+
"@angular/core": "18.0.0-next.5",
8+
"@angular/forms": "18.0.0-next.5",
9+
"@angular/material": "18.0.0-next.5",
10+
"@angular/platform-browser": "18.0.0-next.5",
11+
"@angular/router": "18.0.0-next.5",
1212
"@webcontainer/api": "^1.1.8",
1313
"algoliasearch": "^4.20.0",
1414
"diff": "5.2.0",

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@
6161
"devDependencies": {
6262
"@actions/core": "^1.4.0",
6363
"@actions/github": "^6.0.0",
64-
"@angular/animations": "18.0.0-next.4",
64+
"@angular/animations": "18.0.0-next.5",
6565
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
66-
"@angular/cdk": "18.0.0-next.4",
67-
"@angular/cli": "18.0.0-next.2",
68-
"@angular/common": "18.0.0-next.4",
69-
"@angular/compiler": "18.0.0-next.4",
70-
"@angular/compiler-cli": "18.0.0-next.4",
71-
"@angular/core": "18.0.0-next.4",
66+
"@angular/cdk": "18.0.0-next.5",
67+
"@angular/cli": "18.0.0-next.3",
68+
"@angular/common": "18.0.0-next.5",
69+
"@angular/compiler": "18.0.0-next.5",
70+
"@angular/compiler-cli": "18.0.0-next.5",
71+
"@angular/core": "18.0.0-next.5",
7272
"@angular/fire": "^17.0.0-next",
73-
"@angular/forms": "18.0.0-next.4",
74-
"@angular/material": "18.0.0-next.4",
75-
"@angular/platform-browser": "18.0.0-next.4",
76-
"@angular/platform-browser-dynamic": "18.0.0-next.4",
77-
"@angular/router": "18.0.0-next.4",
73+
"@angular/forms": "18.0.0-next.5",
74+
"@angular/material": "18.0.0-next.5",
75+
"@angular/platform-browser": "18.0.0-next.5",
76+
"@angular/platform-browser-dynamic": "18.0.0-next.5",
77+
"@angular/router": "18.0.0-next.5",
7878
"@bazel/bazelisk": "^1.11.0",
7979
"@bazel/ibazel": "^0.23.0",
8080
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
@@ -198,6 +198,6 @@
198198
}
199199
},
200200
"resolutions": {
201-
"@angular/benchpress/@angular/core": "18.0.0-next.4"
201+
"@angular/benchpress/@angular/core": "18.0.0-next.5"
202202
}
203203
}

0 commit comments

Comments
 (0)