Skip to content

Commit 63a0c4b

Browse files
committed
main - 64cf19c perf(material/tooltip): Avoid unneeded calls to clearTimeout (#29643)
1 parent e27040a commit 63a0c4b

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": "19.0.0-next.1+sha-3bf0e31",
3+
"version": "19.0.0-next.1+sha-64cf19c",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -369,15 +369,15 @@
369369
},
370370
"homepage": "https://github.com/angular/components#readme",
371371
"peerDependencies": {
372-
"@angular/cdk": "19.0.0-next.1+sha-3bf0e31",
373-
"@angular/cdk-experimental": "19.0.0-next.1+sha-3bf0e31",
372+
"@angular/cdk": "19.0.0-next.1+sha-64cf19c",
373+
"@angular/cdk-experimental": "19.0.0-next.1+sha-64cf19c",
374374
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
375375
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
376-
"@angular/material": "19.0.0-next.1+sha-3bf0e31",
377-
"@angular/material-experimental": "19.0.0-next.1+sha-3bf0e31",
378-
"@angular/material-moment-adapter": "19.0.0-next.1+sha-3bf0e31",
379-
"@angular/material-luxon-adapter": "19.0.0-next.1+sha-3bf0e31",
380-
"@angular/material-date-fns-adapter": "19.0.0-next.1+sha-3bf0e31"
376+
"@angular/material": "19.0.0-next.1+sha-64cf19c",
377+
"@angular/material-experimental": "19.0.0-next.1+sha-64cf19c",
378+
"@angular/material-moment-adapter": "19.0.0-next.1+sha-64cf19c",
379+
"@angular/material-luxon-adapter": "19.0.0-next.1+sha-64cf19c",
380+
"@angular/material-date-fns-adapter": "19.0.0-next.1+sha-64cf19c"
381381
},
382382
"dependencies": {
383383
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)