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.13 #5994

Merged
merged 1 commit into from
Oct 12, 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.34.0",
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@tanstack/react-query": "5.59.12",
"@tanstack/react-query": "5.59.13",
"@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 @@ -6417,21 +6417,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.59.12":
version: 5.59.12
resolution: "@tanstack/query-core@npm:5.59.12"
checksum: 10c0/4a2c594bb3b0cf74a381b3ec01422c3643a64e2b68c5c6c442daadc6836ed61b9730c4d3924e247bc5de1f0016aec0237899afe2017cadef0e6cc08b50ad2761
"@tanstack/query-core@npm:5.59.13":
version: 5.59.13
resolution: "@tanstack/query-core@npm:5.59.13"
checksum: 10c0/57b43a9c1599b99055195fa83db80ddc7e00996244e9b73de5afa6bb8b0b489ee344ca5bcd660ccb9a6e4d2c01ef5dab42acd2e30ffa2b96d0335b3facb84707
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.59.12":
version: 5.59.12
resolution: "@tanstack/react-query@npm:5.59.12"
"@tanstack/react-query@npm:5.59.13":
version: 5.59.13
resolution: "@tanstack/react-query@npm:5.59.13"
dependencies:
"@tanstack/query-core": "npm:5.59.12"
"@tanstack/query-core": "npm:5.59.13"
peerDependencies:
react: ^18 || ^19
checksum: 10c0/7c473cc6e33f8ba33b0f9078e1baadc4796b4336f0df64b224a711bb299be0e00fdf692563689d38feb7b7cac9bde560ecbc5236c8d825d4cda5276f3aefe6fb
checksum: 10c0/b69b87ff61245f4ddc6c7fffd0b817b0fa24a3f2f79f70b3be8e0c861fb19430392c4df664f7d64f127b3ab8549e45acc4c65b652799494555762f050507fe2f
languageName: node
linkType: hard

Expand Down Expand Up @@ -14924,7 +14924,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.59.12"
"@tanstack/react-query": "npm:5.59.13"
"@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