Skip to content

Commit

Permalink
chore(deps): pin dependency @apollo/client to v3.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 719048d commit e2e0d59
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"preset": "ts-jest"
},
"peerDependencies": {
"@apollo/client": "^3.7.17"
"@apollo/client": "3.10.8"
},
"devDependencies": {
"@apollo/client": "3.9.9",
"@apollo/client": "3.10.8",
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
"@types/react-native": "0.73.0",
Expand Down
58 changes: 55 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,44 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.9.9, @apollo/client@npm:^3.1.2":
"@apollo/client@npm:3.10.8":
version: 3.10.8
resolution: "@apollo/client@npm:3.10.8"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
"@wry/equality": "npm:^0.5.6"
"@wry/trie": "npm:^0.5.0"
graphql-tag: "npm:^2.12.6"
hoist-non-react-statics: "npm:^3.3.2"
optimism: "npm:^0.18.0"
prop-types: "npm:^15.7.2"
rehackt: "npm:^0.1.0"
response-iterator: "npm:^0.2.6"
symbol-observable: "npm:^4.0.0"
ts-invariant: "npm:^0.10.3"
tslib: "npm:^2.3.0"
zen-observable-ts: "npm:^1.2.5"
peerDependencies:
graphql: ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
peerDependenciesMeta:
graphql-ws:
optional: true
react:
optional: true
react-dom:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10c0/38f69040c8bbed78dc3b7c18de8ede1aacdf0501e5a7340171d95d4c339b72857c6ef3cb233038cc3e69bc44f1917c4c1a01cfaae3a130285eafbf89f96b290a
languageName: node
linkType: hard

"@apollo/client@npm:^3.1.2":
version: 3.9.9
resolution: "@apollo/client@npm:3.9.9"
dependencies:
Expand Down Expand Up @@ -2488,7 +2525,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "apollo3-cache-persist@workspace:."
dependencies:
"@apollo/client": "npm:3.9.9"
"@apollo/client": "npm:3.10.8"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.11.30"
"@types/react-native": "npm:0.73.0"
Expand All @@ -2510,7 +2547,7 @@ __metadata:
typescript: "npm:5.4.3"
uglify-js: "npm:3.17.4"
peerDependencies:
"@apollo/client": 3.7.17
"@apollo/client": 3.10.8
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8415,6 +8452,21 @@ __metadata:
languageName: node
linkType: hard

"rehackt@npm:^0.1.0":
version: 0.1.0
resolution: "rehackt@npm:0.1.0"
peerDependencies:
"@types/react": "*"
react: "*"
peerDependenciesMeta:
"@types/react":
optional: true
react:
optional: true
checksum: 10c0/3d838bfee84ec06c976f21027936f3b0fdb7660ab8a2d4d3f19c65e0daa78a268aa81352311352b8576b89a074714b36ae6cd5bdadb6e975eca079f2b342de73
languageName: node
linkType: hard

"require-directory@npm:^2.1.1":
version: 2.1.1
resolution: "require-directory@npm:2.1.1"
Expand Down

0 comments on commit e2e0d59

Please sign in to comment.