Skip to content

Commit

Permalink
Bump @urql/exchange-graphcache in /apps/client/assets
Browse files Browse the repository at this point in the history
Bumps [@urql/exchange-graphcache](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/graphcache) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/exchanges/graphcache/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/@urql/[email protected]/exchanges/graphcache)

---
updated-dependencies:
- dependency-name: "@urql/exchange-graphcache"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent 5de5bdc commit 1062c82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/client/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@urql/exchange-auth": "^2.1.6",
"@urql/exchange-graphcache": "^7.2.1",
"@urql/exchange-graphcache": "^7.2.2",
"aphrodite": "^2.4.0",
"chart.js": "^3.9.1",
"graphql": "^16.10.0",
Expand Down
18 changes: 9 additions & 9 deletions apps/client/assets/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1669,10 +1669,10 @@
dependencies:
"@types/node" "*"

"@urql/core@>=4.1.0", "@urql/core@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.0.0.tgz#690e664cf66f733077c558bf685adbdac2b25823"
integrity sha512-kFkZxusq/VBQKEUcQFtf7AilMotLO+oGpE4WFhCiminZm8ZU2aulXSDWla50TaD0pj704FnWlXts6lRm0uHdDg==
"@urql/core@>=4.1.0", "@urql/core@^5.0.0", "@urql/core@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.1.0.tgz#7f4b81f1aba1ca34ae6354763abeb87ff9af84ff"
integrity sha512-yC3sw8yqjbX45GbXxfiBY8GLYCiyW/hLBbQF9l3TJrv4ro00Y0ChkKaD9I2KntRxAVm9IYBqh0awX8fwWAe/Yw==
dependencies:
"@0no-co/graphql.web" "^1.0.5"
wonka "^6.3.2"
Expand All @@ -1685,13 +1685,13 @@
"@urql/core" ">=4.1.0"
wonka "^6.3.2"

"@urql/exchange-graphcache@^7.2.1":
version "7.2.1"
resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-7.2.1.tgz#43bc01c8069933fa37cecd4e68bce7b24ccea816"
integrity sha512-ag7uFfIoowQOMDjkYLPMyBZIsEvh91ctVFkwJOqj6HAPcpXEl00JGKsSJceza2YLzsoAsYhrs1/SRq2DVuiUUA==
"@urql/exchange-graphcache@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-7.2.2.tgz#7b35540b9b36aa80481e3af810b5d051acebd8f0"
integrity sha512-hSLbPkLTYKYb9zTB+fSZhFxe+zMOaXuIcSsBiaa+bxT8d5Cxt1ed/oAJfUV9vY27SJ+b0UYq6NXWHBhYOjUWNg==
dependencies:
"@0no-co/graphql.web" "^1.0.5"
"@urql/core" "^5.0.0"
"@urql/core" "^5.1.0"
wonka "^6.3.2"

"@whatwg-node/fetch@^0.9.0", "@whatwg-node/fetch@^0.9.20":
Expand Down

0 comments on commit 1062c82

Please sign in to comment.