Skip to content

Commit f4397f7

Browse files
committed
main - 9fe0a2a docs: use system theme by default (#32409)
1 parent 20aa091 commit f4397f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "21.1.0-next.0+sha-a19f2e5",
3+
"version": "21.1.0-next.0+sha-9fe0a2a",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -283,15 +283,15 @@
283283
},
284284
"homepage": "https://github.com/angular/components#readme",
285285
"peerDependencies": {
286-
"@angular/aria": "21.1.0-next.0+sha-a19f2e5",
287-
"@angular/cdk": "21.1.0-next.0+sha-a19f2e5",
288-
"@angular/cdk-experimental": "21.1.0-next.0+sha-a19f2e5",
286+
"@angular/aria": "21.1.0-next.0+sha-9fe0a2a",
287+
"@angular/cdk": "21.1.0-next.0+sha-9fe0a2a",
288+
"@angular/cdk-experimental": "21.1.0-next.0+sha-9fe0a2a",
289289
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
290290
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
291-
"@angular/material": "21.1.0-next.0+sha-a19f2e5",
292-
"@angular/material-experimental": "21.1.0-next.0+sha-a19f2e5",
293-
"@angular/material-luxon-adapter": "21.1.0-next.0+sha-a19f2e5",
294-
"@angular/material-date-fns-adapter": "21.1.0-next.0+sha-a19f2e5"
291+
"@angular/material": "21.1.0-next.0+sha-9fe0a2a",
292+
"@angular/material-experimental": "21.1.0-next.0+sha-9fe0a2a",
293+
"@angular/material-luxon-adapter": "21.1.0-next.0+sha-9fe0a2a",
294+
"@angular/material-date-fns-adapter": "21.1.0-next.0+sha-9fe0a2a"
295295
},
296296
"devDependencies": {
297297
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)