Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency @apollo/client to v3.7.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 19, 2022
1 parent 1e7915a commit 0ba84dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"dependencies": {
"@apollo/client": "3.7.0-alpha.5",
"@apollo/client": "3.7.0-alpha.6",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/core": "6.2.1",
"@react-navigation/native": "6.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@apollo/client": "3.7.0-alpha.5",
"@apollo/client": "3.7.0-alpha.6",
"@chakra-ui/react": "1.8.8",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
dependencies:
"@jridgewell/trace-mapping" "^0.3.0"

"@apollo/[email protected].5":
version "3.7.0-alpha.5"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.0-alpha.5.tgz#7d10a59f68e3c6fd6e78809fb5abe4307d276fb9"
integrity sha512-DPg3Tpa7mUeRnpcZrpExqgDz/3JiOL08bviyc+YBQDZVgp4r4mgltaOaT7K36SfavL+OBmoc0/TLYkpqd9rFSw==
"@apollo/[email protected].6":
version "3.7.0-alpha.6"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.0-alpha.6.tgz#f4798ecdf9502a3af3189b755c8db25cd60ab63f"
integrity sha512-jPEKMPiLC2IQ6Qlen4z5XiaEeAtmTyS+FVMaCI6f3OB595yN7IbiLGvqpBtfO2eifedsWDGo00ub91hwI0xpmA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.6.0"
Expand Down

0 comments on commit 0ba84dd

Please sign in to comment.