Skip to content

Commit

Permalink
main - f1c4173 fix(cdk/table): run differ for all columns (#30012)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Nov 14, 2024
1 parent 41bd094 commit f4ba169
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-7078e65",
"version": "19.1.0-next.0+sha-f1c4173",
"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-7078e65",
"@angular/cdk-experimental": "19.1.0-next.0+sha-7078e65",
"@angular/cdk": "19.1.0-next.0+sha-f1c4173",
"@angular/cdk-experimental": "19.1.0-next.0+sha-f1c4173",
"@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-7078e65",
"@angular/material-experimental": "19.1.0-next.0+sha-7078e65",
"@angular/material-moment-adapter": "19.1.0-next.0+sha-7078e65",
"@angular/material-luxon-adapter": "19.1.0-next.0+sha-7078e65",
"@angular/material-date-fns-adapter": "19.1.0-next.0+sha-7078e65"
"@angular/material": "19.1.0-next.0+sha-f1c4173",
"@angular/material-experimental": "19.1.0-next.0+sha-f1c4173",
"@angular/material-moment-adapter": "19.1.0-next.0+sha-f1c4173",
"@angular/material-luxon-adapter": "19.1.0-next.0+sha-f1c4173",
"@angular/material-date-fns-adapter": "19.1.0-next.0+sha-f1c4173"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit f4ba169

Please sign in to comment.