Skip to content

Commit

Permalink
chore(deps): update dependency @urql/exchange-graphcache to v5.0.5 (#…
Browse files Browse the repository at this point in the history
…8496)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2022
1 parent 3372b70 commit 1484766
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/webpack-env": "1.18.0",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"@urql/exchange-graphcache": "5.0.1",
"@urql/exchange-graphcache": "5.0.5",
"@vue/apollo-composable": "4.0.0-alpha.19",
"@vue/composition-api": "1.7.0",
"apollo-client": "2.6.10",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4015,20 +4015,20 @@
"@typescript-eslint/types" "5.36.2"
eslint-visitor-keys "^3.3.0"

"@urql/core@>=3.0.0", "@urql/core@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-3.0.3.tgz#da054babb4d4aed26dc4503806b310ba6dd6eea1"
integrity sha512-raQP51ERNtg5BvlN8x8mHVRvk4K0ugWQ69n53BdkjKpXVV5kuWp7trnwriGv1fQKa8HuiGNSCfyslUucc0OVQg==
"@urql/core@>=3.0.5", "@urql/core@^3.0.3":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-3.0.5.tgz#a26c326dd788d6d6abb839493bce86147f5a45c9"
integrity sha512-6/1HG+WEAcPs+hXSFnxWBTWkNUwa8dj2cHysWokMaFIbAioGtUaSdxp2q9FDMtWAIGdc640NFSt2B8itGLdoAA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
wonka "^6.0.0"

"@urql/exchange-graphcache@5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-5.0.1.tgz#3c051d971ba79cccf4aadc2cf87b413c6682cbd3"
integrity sha512-sbornx6SaAADycfEex0+npdJwhImSKa+76DAnOjF48wls5bYlG+ewDe0ipWdmV+gQ+t9SDFPLAHBzFURTlQacQ==
"@urql/exchange-graphcache@5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-5.0.5.tgz#187a4077b4a0e2c91c5a06eaf8f03231605f7397"
integrity sha512-h/42lj/fFPGw+Z/CVs/piDzYUCm1moPTdBpRsRqOsRmmMTHlkl0RQi0qQ+jMmzc1ZkH8Mab1ypj/iv9QLRIgbQ==
dependencies:
"@urql/core" ">=3.0.0"
"@urql/core" ">=3.0.5"
wonka "^6.0.0"

"@urql/introspection@^0.3.2":
Expand Down

0 comments on commit 1484766

Please sign in to comment.