Skip to content

Commit

Permalink
Update peer deps for React 19 compatibility (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
nphmuller authored Dec 6, 2024
1 parent a2f7862 commit e852c5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/client-react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
},
"peerDependencies": {
"@apollo/client": "^3.10.4",
"react": "^18 || >=19.0.0-rc <19.0.0"
"react": "^18 || >=19.0.0-rc"
},
"dependencies": {
"ts-invariant": "^0.10.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"peerDependencies": {
"@apollo/client": "^3.10.4",
"next": "^13.4.1 || ^14.0.0 || ^15.0.0-rc.0",
"react": "^18 || >=19.0.0-rc <19.0.0"
"react": "^18 || >=19.0.0-rc"
},
"dependencies": {
"@apollo/client-react-streaming": "0.11.6"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ __metadata:
vitest: "npm:1.6.0"
peerDependencies:
"@apollo/client": ^3.10.4
react: ^18 || >=19.0.0-rc <19.0.0
react: ^18 || >=19.0.0-rc
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -160,7 +160,7 @@ __metadata:
peerDependencies:
"@apollo/client": ^3.10.4
next: ^13.4.1 || ^14.0.0 || ^15.0.0-rc.0
react: ^18 || >=19.0.0-rc <19.0.0
react: ^18 || >=19.0.0-rc
languageName: unknown
linkType: soft

Expand Down

0 comments on commit e852c5b

Please sign in to comment.