Skip to content

Commit

Permalink
Add React 18 to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kim authored and Brian Kim committed Apr 13, 2022
1 parent da82565 commit 866936e
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 @@ -65,7 +65,7 @@
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-ws": "^5.5.5",
"react": "^16.8.0 || ^17.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 866936e

Please sign in to comment.