Skip to content

Commit 78cde16

Browse files
committed
Closes 3325 and 3327
1 parent 52e9ed1 commit 78cde16

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@apollo/client": "^3.10.4",
6+
"@apollo/client": "^3.10.8",
77
"@babel/plugin-syntax-flow": "^7.24.7",
88
"@babel/plugin-transform-react-jsx": "7.24.7",
99
"@testing-library/jest-dom": "^6.4.5",

examples/web/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
jsonpointer "^5.0.0"
3030
leven "^3.1.0"
3131

32-
"@apollo/client@^3.10.4":
33-
version "3.10.6"
34-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.10.6.tgz#cf0bf034504c7b3d9984c985172d8af87f0ef639"
35-
integrity sha512-3lLFGJtzC1/mEnK11BRf+Bf8536kBQUSB1G9yMtcRsxmY+tCKdTPzsP3fMUKy10BPIE0sDUY1pux3iMPIn2vow==
32+
"@apollo/client@^3.10.8":
33+
version "3.10.8"
34+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.10.8.tgz#96b1548818e45fac752ec2bd318e5466d9ca26b5"
35+
integrity sha512-UaaFEitRrPRWV836wY2L7bd3HRCfbMie1jlYMcmazFAK23MVhz/Uq7VG1nwbotPb5xzFsw5RF4Wnp2G3dWPM3g==
3636
dependencies:
3737
"@graphql-typed-document-node/core" "^3.1.1"
3838
"@wry/caches" "^1.0.0"

0 commit comments

Comments
 (0)