Skip to content

Commit

Permalink
Adjust peerDeps to support Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdahan committed Jul 11, 2024
1 parent 882bdd1 commit 56ae88f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/ngx-filesize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"lint": "ng lint"
},
"peerDependencies": {
"@angular/common": ">= 14.2.0 < 18.0.0",
"@angular/core": ">= 14.2.0 < 18.0.0",
"@angular/common": ">= 14.2.0 < 19.0.0",
"@angular/core": ">= 14.2.0 < 19.0.0",
"filesize": ">= 6.0.0 < 10.0.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7404,8 +7404,8 @@ __metadata:
typescript: "npm:~4.8.0"
zone.js: "npm:~0.13.0"
peerDependencies:
"@angular/common": ">= 14.2.0 < 18.0.0"
"@angular/core": ">= 14.2.0 < 18.0.0"
"@angular/common": ">= 14.2.0 < 19.0.0"
"@angular/core": ">= 14.2.0 < 19.0.0"
filesize: ">= 6.0.0 < 10.0.0"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 56ae88f

Please sign in to comment.