Skip to content

Commit

Permalink
fix: update peer dependencies from ^9.0.0 to ^10.0.0 (angular-redux#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbley authored and smithad15 committed Jul 7, 2019
1 parent c7a3963 commit fcea502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"node": ">=8"
},
"peerDependencies": {
"@angular-redux/store": "^9.0.0",
"@angular-redux/store": "^10.0.0",
"@angular/core": "^7.0.0",
"@angular/forms": "^7.0.0",
"redux": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"node": ">=8"
},
"peerDependencies": {
"@angular-redux/store": "^9.0.0",
"@angular-redux/store": "^10.0.0",
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/router": "^7.0.0",
Expand Down

0 comments on commit fcea502

Please sign in to comment.