Skip to content

Commit

Permalink
Merge pull request #168 from btroncone/v10-peer-dependency
Browse files Browse the repository at this point in the history
fix: update peer dependency for @ngrx/store to v10
  • Loading branch information
BBlackwo authored Sep 5, 2020
2 parents e6cd94e + 3bc8b8b commit 03d3459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"deepmerge": "^3.2.0"
},
"peerDependencies": {
"@ngrx/store": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
"@ngrx/store": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"devDependencies": {
"@angular/compiler": "^10.0.3",
Expand Down

0 comments on commit 03d3459

Please sign in to comment.