Skip to content

Commit

Permalink
remove rc from stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lewis committed Dec 11, 2024
1 parent db01059 commit f8e7d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"peerDependencies": {
"graphql": "^15.0.0 || ^16.0.0",
"graphql-ws": "^5.5.5",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0",
"subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit f8e7d35

Please sign in to comment.