Skip to content

Commit

Permalink
Fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romario333 committed Oct 18, 2023
1 parent 9cf11d0 commit 7f922d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
"zone.js": "^0.13.0"
},
"peerDependencies": {
"@angular/common": ">=12.1.1 <=16.2.6",
"@angular/core": ">=12.1.1 <=16.2.6",
"@angular/platform-browser": ">=12.1.1 <=16.2.6",
"@ngrx/effects": "^16.3.0",
"@ngrx/store": "^16.3.0",
"rxjs": "^7.8.1",
"@angular/common": ">=12 <17",
"@angular/core": ">=12 <17",
"@angular/platform-browser": ">=12 <17",
"@ngrx/effects": ">=12 <17",
"@ngrx/store": ">=12 <17",
"rxjs": ">=6 <8",
"zone.js": "^0.13.0"
}
}

0 comments on commit 7f922d2

Please sign in to comment.