Skip to content

Commit

Permalink
fix: wrong peerDependencies
Browse files Browse the repository at this point in the history
PeerDependencies is updatet to Angular 14
  • Loading branch information
ronnymikalsen authored Jan 12, 2023
1 parent 20c7534 commit 84922a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/ngx-mime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@nationallibraryofnorway/ngx-mime",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": ">=13.0.0 <14.0.0",
"@angular/core": ">=13.0.0 <14.0.0",
"@angular/flex-layout": ">=13.0.0 <14.0.0 || >=13.0.0-beta.36 <14.0.0",
"@angular/material": ">=13.0.0 <14.0.0",
"d3": ">=5.7.0 <6.0.0",
"@angular/common": ">=14.0.0 <15.0.0",
"@angular/core": ">=14.0.0 <15.0.0",
"@angular/flex-layout": ">=14.0.0 <15.0.0 || >=14.0.0-beta.41 <15.0.0",
"@angular/material": ">=14.0.0 <15.0.0",
"d3": ">=5.7.0 <8.0.0",
"openseadragon": ">=2.4.0 <4.0.0",
"xml2js": ">=0.4.0 <1.0.0",
"stream": ">=0.0.2 <1.0.0",
Expand Down

0 comments on commit 84922a7

Please sign in to comment.