Skip to content

Commit 300603f

Browse files
committed
fix(deps): update dependency @apollo/client to v3.7.6
1 parent 66cd7b7 commit 300603f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"dependencies": {
7-
"@apollo/client": "3.7.5",
7+
"@apollo/client": "3.7.6",
88
"isomorphic-unfetch": "^3.1.0",
99
"next": "12.3.4",
1010
"react": "18.2.0",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@apollo/client@3.7.5":
14-
version "3.7.5"
15-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.5.tgz#d2ab6e284822296c9102ff57ab3a8dcbaa818052"
16-
integrity sha512-HEAhX2n2Y8Y2BwRr0UdteT94OTM7pn64K5/rTk/oLIdg/h7R2d83LdsCGDxSH5sBiqDqlv9vou4xdyTxxRWj/g==
13+
"@apollo/client@3.7.6":
14+
version "3.7.6"
15+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.6.tgz#fdc2ce3c440c7edda70fc02b0244a05128fef696"
16+
integrity sha512-K0l8+wgcdVDjdgI8O2YuhX1CiQlavGuBp8HR/+PEbc2+jqM/BaVpL0g7YAuXrTW20np/MXHNRDxK20/ujF9hjA==
1717
dependencies:
1818
"@graphql-typed-document-node/core" "^3.1.1"
1919
"@wry/context" "^0.7.0"

0 commit comments

Comments
 (0)