Skip to content

Commit

Permalink
main - f6949e3e5 refactor(material/paginator): remove unused file (#2…
Browse files Browse the repository at this point in the history
…7685)
  • Loading branch information
crisbeto committed Aug 22, 2023
1 parent 639bbd8 commit 41e0ddf
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": "17.0.0-next.0+sha-ca9c490",
"version": "17.0.0-next.0+sha-f6949e3",
"description": "Angular Components Examples",
"private": true,
"repository": {
Expand Down Expand Up @@ -369,15 +369,15 @@
},
"homepage": "https://github.com/angular/components#readme",
"peerDependencies": {
"@angular/cdk": "17.0.0-next.0+sha-ca9c490",
"@angular/cdk-experimental": "17.0.0-next.0+sha-ca9c490",
"@angular/cdk": "17.0.0-next.0+sha-f6949e3",
"@angular/cdk-experimental": "17.0.0-next.0+sha-f6949e3",
"@angular/core": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
"@angular/common": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
"@angular/material": "17.0.0-next.0+sha-ca9c490",
"@angular/material-experimental": "17.0.0-next.0+sha-ca9c490",
"@angular/material-moment-adapter": "17.0.0-next.0+sha-ca9c490",
"@angular/material-luxon-adapter": "17.0.0-next.0+sha-ca9c490",
"@angular/material-date-fns-adapter": "17.0.0-next.0+sha-ca9c490"
"@angular/material": "17.0.0-next.0+sha-f6949e3",
"@angular/material-experimental": "17.0.0-next.0+sha-f6949e3",
"@angular/material-moment-adapter": "17.0.0-next.0+sha-f6949e3",
"@angular/material-luxon-adapter": "17.0.0-next.0+sha-f6949e3",
"@angular/material-date-fns-adapter": "17.0.0-next.0+sha-f6949e3"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 41e0ddf

Please sign in to comment.