Skip to content

Commit

Permalink
Bump @tanstack/query-sync-storage-persister from 5.59.20 to 5.60.5
Browse files Browse the repository at this point in the history
Bumps [@tanstack/query-sync-storage-persister](https://github.com/TanStack/query/tree/HEAD/packages/query-sync-storage-persister) from 5.59.20 to 5.60.5.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.60.5/packages/query-sync-storage-persister)

---
updated-dependencies:
- dependency-name: "@tanstack/query-sync-storage-persister"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 124bd3c commit 64e016c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@tanstack/query-sync-storage-persister": "^5.59.20",
"@tanstack/query-sync-storage-persister": "^5.60.5",
"@tanstack/react-query": "^4.26.1",
"@tanstack/react-query-devtools": "^4.26.1",
"@tanstack/react-query-persist-client": "^4.26.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2846,10 +2846,10 @@
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.26.1.tgz#7a441086c4d3d79e1d156c0a355bd3567213626e"
integrity sha512-Zrx2pVQUP4ndnsu6+K/m8zerXSVY8QM+YSbxA1/jbBY21GeCd5oKfYl92oXPK0hPEUtoNuunIdiq0ZMqLos+Zg==

"@tanstack/query-core@5.59.20":
version "5.59.20"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.59.20.tgz#356718976536727b9af0ad1163a21fd6a44ee0a9"
integrity sha512-e8vw0lf7KwfGe1if4uPFhvZRWULqHjFcz3K8AebtieXvnMOz5FSzlZe3mTLlPuUBcydCnBRqYs2YJ5ys68wwLg==
"@tanstack/query-core@5.60.5":
version "5.60.5"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.60.5.tgz#37b7c5ab7e6894cea9ef341299a7a3febc2ea361"
integrity sha512-jiS1aC3XI3BJp83ZiTuDLerTmn9P3U95r6p+6/SNauLJaYxfIC4dMuWygwnBHIZxjn2zJqEpj3nysmPieoxfPQ==

"@tanstack/[email protected]":
version "4.26.1"
Expand All @@ -2858,20 +2858,20 @@
dependencies:
"@tanstack/query-core" "4.26.1"

"@tanstack/query-persist-client-core@5.59.20":
version "5.59.20"
resolved "https://registry.yarnpkg.com/@tanstack/query-persist-client-core/-/query-persist-client-core-5.59.20.tgz#3cea731778d8a1503603c03ad54c9dccb3662970"
integrity sha512-RUaDys2zyhCw8MGcp0tirbpp8IjU7zrtdMaEYQ6WetrNvn/IOg9Y2Zpk55P7gjBq8fEyFlmuRM3cHVNn/Usg8w==
"@tanstack/query-persist-client-core@5.60.5":
version "5.60.5"
resolved "https://registry.yarnpkg.com/@tanstack/query-persist-client-core/-/query-persist-client-core-5.60.5.tgz#0c51bf877cd92dd1b890ca3bc9f6cc523a5befb2"
integrity sha512-vA5MR5W8jKv9NvdsbXFztBPi+Hs8ZtiVPiLTWk+nfyqmAKXEGZlxZpUo8zTHr7GgmLZCDgx/l+HntlL58Jbl0w==
dependencies:
"@tanstack/query-core" "5.59.20"
"@tanstack/query-core" "5.60.5"

"@tanstack/query-sync-storage-persister@^5.59.20":
version "5.59.20"
resolved "https://registry.yarnpkg.com/@tanstack/query-sync-storage-persister/-/query-sync-storage-persister-5.59.20.tgz#d2b837f801fadd0154a8f08c3de60fa6627964bc"
integrity sha512-uM4vxU2jSRE3lPOysi7GWpSJsUz9ZT6mZKX2dONfzIVng/7baW3Q3L/cyTUyLQtvERiuvbbhgCCTa8w8ZOeyaA==
"@tanstack/query-sync-storage-persister@^5.60.5":
version "5.60.5"
resolved "https://registry.yarnpkg.com/@tanstack/query-sync-storage-persister/-/query-sync-storage-persister-5.60.5.tgz#08a09acebe5ec3301bb2477900a33f8fd315da2c"
integrity sha512-3hL9GuPLYxraF5pntxCThsYfddIQ1Kp0HSwSK88Pob0JmJUFWm7EhAMgvorYH5ZHR+mTIZfu3E3S01w5PCve2Q==
dependencies:
"@tanstack/query-core" "5.59.20"
"@tanstack/query-persist-client-core" "5.59.20"
"@tanstack/query-core" "5.60.5"
"@tanstack/query-persist-client-core" "5.60.5"

"@tanstack/react-query-devtools@^4.26.1":
version "4.26.1"
Expand Down

0 comments on commit 64e016c

Please sign in to comment.