Skip to content

Commit

Permalink
Revert "Update package.json peerDependencies (#6594)"
Browse files Browse the repository at this point in the history
This reverts commit 831b7ab.
  • Loading branch information
hwillson committed Jul 15, 2020
1 parent 8b8e9d0 commit 91253a7
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",
"react": ">=16.8.0",
"subscriptions-transport-ws": ">=0.9.0"
"graphql": "^14.0.0 || ^15.0.0",
"react": "^16.8.0",
"subscriptions-transport-ws": "^0.9.0"
},
"peerDependenciesMeta": {
"react": {
Expand Down

0 comments on commit 91253a7

Please sign in to comment.