Skip to content

Commit

Permalink
add React 19 RC to peerDependencies (#11951)
Browse files Browse the repository at this point in the history
* add React 19 RC to `peerDependencies`

* changeset

* update react RC dep for tests
  • Loading branch information
phryneas committed Jul 15, 2024
1 parent 8f3d7eb commit 0de03af
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-deers-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@apollo/client": patch
---

add React 19 RC to `peerDependencies`
35 changes: 16 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"peerDependencies": {
"graphql": "^15.0.0 || ^16.0.0",
"graphql-ws": "^5.5.5",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0",
"subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -165,10 +165,10 @@
"prettier": "3.1.1",
"react": "18.3.1",
"react-17": "npm:react@^17",
"react-19": "npm:react@19.0.0-rc-fb9a90fa48-20240614",
"react-19": "npm:react@19.0.0-rc-378b305958-20240710",
"react-dom": "18.3.1",
"react-dom-17": "npm:react-dom@^17",
"react-dom-19": "npm:react-dom@19.0.0-rc-fb9a90fa48-20240614",
"react-dom-19": "npm:react-dom@19.0.0-rc-378b305958-20240710",
"react-error-boundary": "4.0.13",
"recast": "0.23.9",
"resolve": "1.22.8",
Expand Down

0 comments on commit 0de03af

Please sign in to comment.