Skip to content

Commit 2636cba

Browse files
committed
main - 062c5eb fix(material/progress-spinner): slow down animations instead of fully stopping them
1 parent 055f76e commit 2636cba

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": "20.2.0-next.0+sha-9627c29",
3+
"version": "20.2.0-next.0+sha-062c5eb",
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/cdk": "20.2.0-next.0+sha-9627c29",
263-
"@angular/cdk-experimental": "20.2.0-next.0+sha-9627c29",
262+
"@angular/cdk": "20.2.0-next.0+sha-062c5eb",
263+
"@angular/cdk-experimental": "20.2.0-next.0+sha-062c5eb",
264264
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
265265
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
266-
"@angular/material": "20.2.0-next.0+sha-9627c29",
267-
"@angular/material-experimental": "20.2.0-next.0+sha-9627c29",
268-
"@angular/material-moment-adapter": "20.2.0-next.0+sha-9627c29",
269-
"@angular/material-luxon-adapter": "20.2.0-next.0+sha-9627c29",
270-
"@angular/material-date-fns-adapter": "20.2.0-next.0+sha-9627c29"
266+
"@angular/material": "20.2.0-next.0+sha-062c5eb",
267+
"@angular/material-experimental": "20.2.0-next.0+sha-062c5eb",
268+
"@angular/material-moment-adapter": "20.2.0-next.0+sha-062c5eb",
269+
"@angular/material-luxon-adapter": "20.2.0-next.0+sha-062c5eb",
270+
"@angular/material-date-fns-adapter": "20.2.0-next.0+sha-062c5eb"
271271
},
272272
"devDependencies": {
273273
"@angular/cdk": "workspace:*",

0 commit comments

Comments
 (0)