Skip to content

Commit

Permalink
Bump React deps to v19 stable release (#12175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Dec 5, 2024
1 parent 9b8bca6 commit 84af347
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-carpets-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@apollo/client": patch
---

Update peer deps to allow for React 19 stable release.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ workflows:
- "@types/react@16.8 @types/react-dom@16.8"
- "@types/react@17 @types/react-dom@17"
- "@types/react@18 @types/react-dom@18"
- "@types/react@npm:types-react@19.0.0-rc.1 @types/react-dom@npm:types-react-dom@19.0.0-rc.1"
- "@types/react@19 @types/react-dom@19"
- "typescript@next"
security-scans:
jobs:
Expand Down
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 @@ -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 <19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0",
"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",
"subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -170,10 +170,10 @@
"prettier": "3.1.1",
"react": "18.3.1",
"react-17": "npm:react@^17",
"react-19": "npm:react@19.0.0-rc.1",
"react-19": "npm:react@19.0.0",
"react-dom": "18.3.1",
"react-dom-17": "npm:react-dom@^17",
"react-dom-19": "npm:react-dom@19.0.0-rc.1",
"react-dom-19": "npm:react-dom@19.0.0",
"react-error-boundary": "4.0.13",
"recast": "0.23.9",
"resolve": "1.22.8",
Expand Down

0 comments on commit 84af347

Please sign in to comment.