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-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 10, 2022
1 parent 2b4856e commit dd2b972
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-beta.3",
"@apollo/client": "3.7.0-beta.4",
"@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-beta.3",
"@apollo/client": "3.7.0-beta.4",
"@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].3":
version "3.7.0-beta.3"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.0-beta.3.tgz#61d8bef3f31e1bd3d52fcaad32a32533efa16540"
integrity sha512-8tqjbWWXnJT1ifkES//o1V44kocUDfIfVEoVOti5z/V0mjf2HLcjfcl5xHKCt9wmDKAADCouVER8110TpGd27A==
"@apollo/[email protected].4":
version "3.7.0-beta.4"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.0-beta.4.tgz#8a42a317dab2d1021bcd8cd2805df68ceb18d9d7"
integrity sha512-5eB+Zfev+prbYnAmA+uRI9sZAfUvCbmEuWQftVfRg6Fz5ATA2S0Mx1i581eparmPlrLn3u1hj0tgHA4IKQSWYA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.6.0"
Expand Down

0 comments on commit dd2b972

Please sign in to comment.