Skip to content

Commit f946219

Browse files
committed
main - 045f126 refactor(material/tree): fix strict property initialization errors
1 parent d3a4b3e commit f946219

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": "21.1.0-next.2+sha-e1f9a7d",
3+
"version": "21.1.0-next.2+sha-045f126",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/aria": "21.1.0-next.2+sha-e1f9a7d",
263-
"@angular/cdk": "21.1.0-next.2+sha-e1f9a7d",
264-
"@angular/cdk-experimental": "21.1.0-next.2+sha-e1f9a7d",
262+
"@angular/aria": "21.1.0-next.2+sha-045f126",
263+
"@angular/cdk": "21.1.0-next.2+sha-045f126",
264+
"@angular/cdk-experimental": "21.1.0-next.2+sha-045f126",
265265
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
266266
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
267-
"@angular/material": "21.1.0-next.2+sha-e1f9a7d",
268-
"@angular/material-experimental": "21.1.0-next.2+sha-e1f9a7d",
269-
"@angular/material-luxon-adapter": "21.1.0-next.2+sha-e1f9a7d",
270-
"@angular/material-date-fns-adapter": "21.1.0-next.2+sha-e1f9a7d"
267+
"@angular/material": "21.1.0-next.2+sha-045f126",
268+
"@angular/material-experimental": "21.1.0-next.2+sha-045f126",
269+
"@angular/material-luxon-adapter": "21.1.0-next.2+sha-045f126",
270+
"@angular/material-date-fns-adapter": "21.1.0-next.2+sha-045f126"
271271
},
272272
"devDependencies": {
273273
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)