Skip to content

Commit 1028d16

Browse files
fix(deps): update dependency @apollo/client to v4
1 parent 9a66574 commit 1028d16

8 files changed

Lines changed: 20 additions & 55 deletions

File tree

examples/react/apollo-client-defer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:end2end": "start-server-and-test start http://localhost:3000 test"
1313
},
1414
"dependencies": {
15-
"@apollo/client": "^3.7.10",
15+
"@apollo/client": "^4.0.0",
1616
"@graphql-yoga/plugin-defer-stream": "^3.0.0",
1717
"graphql": "^16.6.0",
1818
"graphql-yoga": "5.21.0",

examples/react/apollo-client-swc-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:end2end": "exit 0"
1111
},
1212
"dependencies": {
13-
"@apollo/client": "^3.7.10",
13+
"@apollo/client": "^4.0.0",
1414
"react": "19.2.4",
1515
"react-dom": "19.2.4"
1616
},

examples/react/apollo-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:end2end": "start-server-and-test start http://localhost:3000 test"
1212
},
1313
"dependencies": {
14-
"@apollo/client": "^3.7.10",
14+
"@apollo/client": "^4.0.0",
1515
"graphql": "^16.6.0",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0"

examples/vite/vite-react-cts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:end2end": "start-server-and-test start http://localhost:3000 test"
1313
},
1414
"dependencies": {
15-
"@apollo/client": "^3.7.10",
15+
"@apollo/client": "^4.0.0",
1616
"@graphql-typed-document-node/core": "3.2.0",
1717
"@vitejs/plugin-react-swc": "^4.0.0",
1818
"graphql": "16.13.2",

examples/vite/vite-react-mts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:end2end": "start-server-and-test start http://localhost:3000 test"
1313
},
1414
"dependencies": {
15-
"@apollo/client": "^3.7.10",
15+
"@apollo/client": "^4.0.0",
1616
"@graphql-typed-document-node/core": "3.2.0",
1717
"@vitejs/plugin-react-swc": "^4.0.0",
1818
"graphql": "16.13.2",

examples/vite/vite-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:end2end": "start-server-and-test start http://localhost:3000 test"
1313
},
1414
"dependencies": {
15-
"@apollo/client": "^3.7.10",
15+
"@apollo/client": "^4.0.0",
1616
"@graphql-typed-document-node/core": "3.2.0",
1717
"@vitejs/plugin-react-swc": "^4.0.0",
1818
"graphql": "16.13.2",

examples/vue/apollo-composable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:end2end": "start-server-and-test start http://localhost:3000 test"
1212
},
1313
"dependencies": {
14-
"@apollo/client": "^3.7.10",
14+
"@apollo/client": "^4.0.0",
1515
"@vue/apollo-composable": "4.2.2",
1616
"graphql": "^16.6.0",
1717
"vue": "^3.2.37"

yarn.lock

Lines changed: 13 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,18 @@
2020
package-manager-detector "^1.3.0"
2121
tinyexec "^1.0.1"
2222

23-
"@apollo/client@^3.7.10":
24-
version "3.14.1"
25-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.14.1.tgz#98931c8feea4a50c89c32ec0c8ffd04ccaa9416f"
26-
integrity sha512-SgGX6E23JsZhUdG2anxiyHvEvvN6CUaI4ZfMsndZFeuHPXL3H0IsaiNAhLITSISbeyeYd+CBd9oERXQDdjXWZw==
23+
"@apollo/client@^4.0.0":
24+
version "4.1.7"
25+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-4.1.7.tgz#c7a85132437fbc62f48eb67337a25664c7174257"
26+
integrity sha512-CE1Pe22vszRBMGrBOovIXzTa5infy1kwF0kWX2JBLcGFXoOPBOAo9zoM++tuSRZr8PscWJyv2ka2FKoyEquEHw==
2727
dependencies:
2828
"@graphql-typed-document-node/core" "^3.1.1"
2929
"@wry/caches" "^1.0.0"
3030
"@wry/equality" "^0.5.6"
3131
"@wry/trie" "^0.5.0"
3232
graphql-tag "^2.12.6"
33-
hoist-non-react-statics "^3.3.2"
3433
optimism "^0.18.0"
35-
prop-types "^15.7.2"
36-
rehackt "^0.1.0"
37-
symbol-observable "^4.0.0"
38-
ts-invariant "^0.10.3"
3934
tslib "^2.3.0"
40-
zen-observable-ts "^1.2.5"
4135

4236
"@ardatan/[email protected]":
4337
version "12.0.0"
@@ -5001,16 +4995,16 @@
50014995
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
50024996
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
50034997

5004-
"@types/unist@*", "@types/unist@^3.0.0":
5005-
version "3.0.3"
5006-
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
5007-
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
5008-
5009-
"@types/unist@^2", "@types/unist@^2.0.0":
4998+
"@types/unist@*", "@types/unist@^2", "@types/unist@^2.0.0":
50104999
version "2.0.11"
50115000
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
50125001
integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
50135002

5003+
"@types/unist@^3.0.0":
5004+
version "3.0.3"
5005+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
5006+
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
5007+
50145008
"@types/ws@^8.0.0":
50155009
version "8.18.1"
50165010
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.1.tgz#48464e4bf2ddfd17db13d845467f6070ffea4aa9"
@@ -8186,7 +8180,7 @@ esm@^3.2.25:
81868180
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
81878181
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
81888182

8189-
espree@^10.0.1, "espree@^9.6.1 || ^10.4.0":
8183+
espree@^10.0.1:
81908184
version "10.4.0"
81918185
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
81928186
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
@@ -8204,7 +8198,7 @@ espree@^11.2.0:
82048198
acorn-jsx "^5.3.2"
82058199
eslint-visitor-keys "^5.0.1"
82068200

8207-
espree@^9.0.0, espree@^9.6.1:
8201+
espree@^9.0.0, espree@^9.6.1, "espree@^9.6.1 || ^10.4.0":
82088202
version "9.6.1"
82098203
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
82108204
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
@@ -9334,7 +9328,7 @@ header-case@^2.0.4:
93349328
capital-case "^1.0.4"
93359329
tslib "^2.0.3"
93369330

9337-
hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
9331+
hoist-non-react-statics@^3.3.1:
93389332
version "3.3.2"
93399333
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
93409334
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -12959,11 +12953,6 @@ regjsparser@^0.13.0:
1295912953
dependencies:
1296012954
jsesc "~3.1.0"
1296112955

12962-
rehackt@^0.1.0:
12963-
version "0.1.0"
12964-
resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.1.0.tgz#a7c5e289c87345f70da8728a7eb878e5d03c696b"
12965-
integrity sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==
12966-
1296712956
rehype-katex@^7.0.0:
1296812957
version "7.0.1"
1296912958
resolved "https://registry.yarnpkg.com/rehype-katex/-/rehype-katex-7.0.1.tgz#832e6d7af2744a228981d1b0fe89483a9e7c93a1"
@@ -14241,11 +14230,6 @@ swr@^2.0.0:
1424114230
dequal "^2.0.3"
1424214231
use-sync-external-store "^1.6.0"
1424314232

14244-
symbol-observable@^4.0.0:
14245-
version "4.0.0"
14246-
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-4.0.0.tgz#5b425f192279e87f2f9b937ac8540d1984b39205"
14247-
integrity sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==
14248-
1424914233
1425014234
version "0.6.0"
1425114235
resolved "https://registry.yarnpkg.com/sync-fetch/-/sync-fetch-0.6.0.tgz#5759e775f3d5202e1b3d14821bc152fec32aa180"
@@ -14499,13 +14483,6 @@ ts-interface-checker@^0.1.9:
1449914483
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
1450014484
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
1450114485

14502-
ts-invariant@^0.10.3:
14503-
version "0.10.3"
14504-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.10.3.tgz#3e048ff96e91459ffca01304dbc7f61c1f642f6c"
14505-
integrity sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==
14506-
dependencies:
14507-
tslib "^2.1.0"
14508-
1450914486
ts-log@^3.0.0:
1451014487
version "3.0.0"
1451114488
resolved "https://registry.yarnpkg.com/ts-log/-/ts-log-3.0.0.tgz#74a84ca54ebeea02d6a6d052d21a8c47889c119a"
@@ -15742,18 +15719,6 @@ [email protected]:
1574215719
cookie "^1.0.2"
1574315720
youch-core "^0.3.3"
1574415721

15745-
zen-observable-ts@^1.2.5:
15746-
version "1.2.5"
15747-
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz#6c6d9ea3d3a842812c6e9519209365a122ba8b58"
15748-
integrity sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==
15749-
dependencies:
15750-
zen-observable "0.8.15"
15751-
15752-
15753-
version "0.8.15"
15754-
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15"
15755-
integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==
15756-
1575715722
zimmerframe@^1.1.2:
1575815723
version "1.1.4"
1575915724
resolved "https://registry.yarnpkg.com/zimmerframe/-/zimmerframe-1.1.4.tgz#0352b5cafad3ad4526b0a526a9a52d9c040d865b"

0 commit comments

Comments
 (0)