Skip to content

Commit

Permalink
Update package.json peerDependencies (#6594)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugh Willson <hugh@octonary.com>
  • Loading branch information
MichaelDeBoey and hwillson committed Jul 14, 2020
1 parent 163132e commit 831b7ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
}
],
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0",
"react": "^16.8.0",
"subscriptions-transport-ws": "^0.9.0"
"graphql": ">=14.0.0",
"react": ">=16.8.0",
"subscriptions-transport-ws": ">=0.9.0"
},
"peerDependenciesMeta": {
"react": {
Expand Down

0 comments on commit 831b7ab

Please sign in to comment.