Skip to content

Commit

Permalink
fix(lib): upgraded angular peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 30, 2022
1 parent 427c32b commit 82f3fcc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/angular-material-extensions/select-country/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
},
"peerDependencies": {
"@angular/common": "^14.x",
"@angular/core": "^14.x",
"@angular/forms": "^14.x",
"@angular/platform-browser": "^14.x",
"@angular/cdk": "~14.x",
"@angular/material": "~14.x",
"@angular/common": "^15.x",
"@angular/core": "^15.x",
"@angular/forms": "^15.x",
"@angular/platform-browser": "^15.x",
"@angular/cdk": "~15.x",
"@angular/material": "~15.x",
"rxjs": "^7.x"
},
"engines": {
Expand Down

0 comments on commit 82f3fcc

Please sign in to comment.