Skip to content

Commit

Permalink
fix: update peer dependencies to support major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjov committed Mar 21, 2022
1 parent 8b2c4e0 commit bfcc76c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions libs/angular-star-rating/package.json
Expand Up @@ -45,11 +45,10 @@
"module": "angular-star-rating.js",
"typings": "angular-star-rating.d.ts",
"peerDependencies": {
"@angular/core": "^10.0.0 || ^12.0.0",
"@angular/forms": "^10.0.0 || ^12.0.0",
"rxjs": "^6.6.0",
"zone.js": "^0.11.4",
"css-star-rating": "^1.2.4"
"@angular/core": ">=10.0.0",
"@angular/forms": ">=10.0.0",
"rxjs": ">=6.5.5",
"css-star-rating": ">=1.3.0"
},
"ngPackage": {
"lib": {
Expand Down

0 comments on commit bfcc76c

Please sign in to comment.