Skip to content

Commit

Permalink
update AC version to 3.13.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Feb 10, 2025
1 parent 5ff1098 commit 62448bf
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"resolutions": {
"@microsoft/api-documenter": "7.24.1",
"@apollo/client": "https://pkg.pr.new/@apollo/client@67c16c9",
"@apollo/client": "3.13.0-rc.0",
"graphql": "17.0.0-alpha.2",
"react-router": "patch:react-router@npm%3A7.0.2#~/.yarn/patches/react-router-npm-7.0.2-b96f2bd13c.patch",
"@tanstack/start": "1.99.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"zen-observable-ts": "1.1.0"
},
"peerDependencies": {
"@apollo/client": "^3.10.4",
"@apollo/client": ">=3.13.0-rc.0",
"graphql": "^16 || >=17.0.0-alpha.2",
"react": "^18 || >=19.0.0-rc",
"react-dom": "^18 || >=19.0.0-rc"
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 @@ -139,7 +139,7 @@
"wait-on": "8.0.2"
},
"peerDependencies": {
"@apollo/client": "^3.10.4",
"@apollo/client": ">=3.13.0-rc.0",
"next": "^13.4.1 || ^14.0.0 || ^15.0.0-rc.0",
"react": "^18 || >=19.0.0-rc"
},
Expand Down
1 change: 1 addition & 0 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"wait-on": "8.0.2"
},
"peerDependencies": {
"@apollo/client": ">=3.13.0-rc.0",
"react": "^19",
"react-router": "^7.0.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"wait-on": "8.0.2"
},
"peerDependencies": {
"@apollo/client": ">=3.13.0-rc.0",
"@tanstack/react-router": "^1.99.6",
"@tanstack/start": "^1.99.4",
"react": "^19"
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ __metadata:
typescript: "npm:5.4.5"
wait-on: "npm:8.0.2"
peerDependencies:
"@apollo/client": ">=3.13.0-rc.0"
react: ^19
react-router: ^7.0.2
languageName: unknown
Expand Down Expand Up @@ -264,6 +265,7 @@ __metadata:
typescript: "npm:5.4.5"
wait-on: "npm:8.0.2"
peerDependencies:
"@apollo/client": ">=3.13.0-rc.0"
"@tanstack/react-router": ^1.99.6
"@tanstack/start": ^1.99.4
react: ^19
Expand Down Expand Up @@ -303,16 +305,16 @@ __metadata:
typescript: "npm:^5.7.3"
zen-observable-ts: "npm:1.1.0"
peerDependencies:
"@apollo/client": ^3.10.4
"@apollo/client": ">=3.13.0-rc.0"
graphql: ^16 || >=17.0.0-alpha.2
react: ^18 || >=19.0.0-rc
react-dom: ^18 || >=19.0.0-rc
languageName: unknown
linkType: soft

"@apollo/client@https://pkg.pr.new/@apollo/client@67c16c9":
version: 3.12.9
resolution: "@apollo/client@https://pkg.pr.new/@apollo/client@67c16c9"
"@apollo/client@npm:3.13.0-rc.0":
version: 3.13.0-rc.0
resolution: "@apollo/client@npm:3.13.0-rc.0"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
Expand Down Expand Up @@ -342,7 +344,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10/a9a2db18592d023211e739e2c1203605dbf00733c2fa8517d746cbf840724320090efb9ad743bc0b57c9e92558467a78f56d4ab333e2896eb24d4a6c5825c4c5
checksum: 10/7ad17426c27f18cb0baf8de856c8d989c43f154287bf94ec306e394106eb1e36745878b9bef96715dcfa51c0a9180789bb910b8eea9d404dd8899e04a876dd4c
languageName: node
linkType: hard

Expand Down Expand Up @@ -373,7 +375,7 @@ __metadata:
typescript: "npm:^5.7.3"
wait-on: "npm:8.0.2"
peerDependencies:
"@apollo/client": ^3.10.4
"@apollo/client": ">=3.13.0-rc.0"
next: ^13.4.1 || ^14.0.0 || ^15.0.0-rc.0
react: ^18 || >=19.0.0-rc
languageName: unknown
Expand Down

0 comments on commit 62448bf

Please sign in to comment.