Skip to content

Commit

Permalink
main - 9db29c9 fix(material/input): preserve aria-describedby set ext…
Browse files Browse the repository at this point in the history
…ernally
  • Loading branch information
crisbeto committed Nov 14, 2024
1 parent 53e48e2 commit d65e269
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/components-examples",
"version": "19.1.0-next.0+sha-5dc2de2",
"version": "19.1.0-next.0+sha-9db29c9",
"description": "Angular Components Examples",
"private": true,
"repository": {
Expand Down Expand Up @@ -259,15 +259,15 @@
},
"homepage": "https://github.com/angular/components#readme",
"peerDependencies": {
"@angular/cdk": "19.1.0-next.0+sha-5dc2de2",
"@angular/cdk-experimental": "19.1.0-next.0+sha-5dc2de2",
"@angular/cdk": "19.1.0-next.0+sha-9db29c9",
"@angular/cdk-experimental": "19.1.0-next.0+sha-9db29c9",
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/material": "19.1.0-next.0+sha-5dc2de2",
"@angular/material-experimental": "19.1.0-next.0+sha-5dc2de2",
"@angular/material-moment-adapter": "19.1.0-next.0+sha-5dc2de2",
"@angular/material-luxon-adapter": "19.1.0-next.0+sha-5dc2de2",
"@angular/material-date-fns-adapter": "19.1.0-next.0+sha-5dc2de2"
"@angular/material": "19.1.0-next.0+sha-9db29c9",
"@angular/material-experimental": "19.1.0-next.0+sha-9db29c9",
"@angular/material-moment-adapter": "19.1.0-next.0+sha-9db29c9",
"@angular/material-luxon-adapter": "19.1.0-next.0+sha-9db29c9",
"@angular/material-date-fns-adapter": "19.1.0-next.0+sha-9db29c9"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit d65e269

Please sign in to comment.