Skip to content

Commit f7b7e3e

Browse files
committed
main - 0475c42 docs(aria/grid): calendar example with arrow key scrolling (#32323)
1 parent 3fd1a53 commit f7b7e3e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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": "22.0.0-next.1+sha-214fe14",
3+
"version": "22.0.0-next.1+sha-0475c42",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -255,15 +255,15 @@
255255
},
256256
"homepage": "https://github.com/angular/components#readme",
257257
"peerDependencies": {
258-
"@angular/aria": "22.0.0-next.1+sha-214fe14",
259-
"@angular/cdk": "22.0.0-next.1+sha-214fe14",
260-
"@angular/cdk-experimental": "22.0.0-next.1+sha-214fe14",
258+
"@angular/aria": "22.0.0-next.1+sha-0475c42",
259+
"@angular/cdk": "22.0.0-next.1+sha-0475c42",
260+
"@angular/cdk-experimental": "22.0.0-next.1+sha-0475c42",
261261
"@angular/core": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0",
262262
"@angular/common": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0",
263-
"@angular/material": "22.0.0-next.1+sha-214fe14",
264-
"@angular/material-experimental": "22.0.0-next.1+sha-214fe14",
265-
"@angular/material-luxon-adapter": "22.0.0-next.1+sha-214fe14",
266-
"@angular/material-date-fns-adapter": "22.0.0-next.1+sha-214fe14"
263+
"@angular/material": "22.0.0-next.1+sha-0475c42",
264+
"@angular/material-experimental": "22.0.0-next.1+sha-0475c42",
265+
"@angular/material-luxon-adapter": "22.0.0-next.1+sha-0475c42",
266+
"@angular/material-date-fns-adapter": "22.0.0-next.1+sha-0475c42"
267267
},
268268
"devDependencies": {
269269
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)