Skip to content

Commit

Permalink
Updated peer deps in graphql and react
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 committed Feb 18, 2021
1 parent 959062b commit cdc1229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/redux-requests-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepublish": "yarn run build"
},
"peerDependencies": {
"@redux-requests/core": ">=1.0.0"
"@redux-requests/core": ">=1.6.0"
},
"dependencies": {
"axios": ">=0.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-requests-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepublish": "yarn run build"
},
"peerDependencies": {
"@redux-requests/core": ">=1.5.0",
"@redux-requests/core": ">=1.6.0",
"react": ">=16.8.0",
"react-redux": ">=7.1.0",
"redux": ">=4.0.0"
Expand Down

0 comments on commit cdc1229

Please sign in to comment.