Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @tanstack/react-query to v5.59.0 #5968

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@sentry/react": "8.32.0",
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@tanstack/react-query": "5.56.2",
"@tanstack/react-query": "5.59.0",
"@vercel/analytics": "1.3.1",
"@your-org/common-i18n": "workspace:^",
"@your-org/core-lib": "workspace:^",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6397,21 +6397,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.56.2":
version: 5.56.2
resolution: "@tanstack/query-core@npm:5.56.2"
checksum: 10c0/54ff55f02b01f6ba089f4965bfd46f430c18ce7e11d874de04c4d58cc8f698598b41e1c017ba029d08ae75e321e546b26f1ea7f788474db265eeba46e780f2f6
"@tanstack/query-core@npm:5.59.0":
version: 5.59.0
resolution: "@tanstack/query-core@npm:5.59.0"
checksum: 10c0/c6b5c935670ea0b4ba1e3936d9f319cae5ba098d82863115546d43d45e9e171b9fce990aecd56cd7ef9a8b1de64cb4f74f6c8f83cc1e61cd62ee99d2c34fbefc
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.56.2":
version: 5.56.2
resolution: "@tanstack/react-query@npm:5.56.2"
"@tanstack/react-query@npm:5.59.0":
version: 5.59.0
resolution: "@tanstack/react-query@npm:5.59.0"
dependencies:
"@tanstack/query-core": "npm:5.56.2"
"@tanstack/query-core": "npm:5.59.0"
peerDependencies:
react: ^18 || ^19
checksum: 10c0/6e883b4ca1948f990215b7bce194251faf13a79c6ecf3f3c660af6c6788ed113ab629cefdafb496dfb04866f12dd48d7314e936b75c881b6749127b6496ac8fd
checksum: 10c0/035f1039a84cdfa90332c63780894c7b01f3024d17e82a7eb0c148912c6e4913bd5c56897698f3ac7cc5057710895932d45085c447a9d3dda88cf05f8ea7d226
languageName: node
linkType: hard

Expand Down Expand Up @@ -14885,7 +14885,7 @@ __metadata:
"@svgr/webpack": "npm:8.1.0"
"@tailwindcss/forms": "npm:0.5.9"
"@tailwindcss/typography": "npm:0.5.15"
"@tanstack/react-query": "npm:5.56.2"
"@tanstack/react-query": "npm:5.59.0"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:16.0.1"
Expand Down
Loading