Skip to content

Commit

Permalink
chore(deps): pin dependency @apollo/client to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 719048d commit 4575918
Show file tree
Hide file tree
Showing 2 changed files with 42 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.0"
},
"devDependencies": {
"@apollo/client": "3.9.9",
"@apollo/client": "3.10.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
"@types/react-native": "0.73.0",
Expand Down
43 changes: 40 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.0":
version: 3.10.0
resolution: "@apollo/client@npm:3.10.0"
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.0.6"
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/99e7345b913209e51914e1d6850f52ceef5a55a8e94d66f3fd571aef8991b05d4c567c9ec8b1b2f8ffb5b44ddc694fa9eccf211b25b09684c4ad0d8344994348
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.0"
"@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.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 4575918

Please sign in to comment.