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.48.0 #5625

Merged
merged 1 commit into from
Jun 26, 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 @@ -77,7 +77,7 @@
"@sentry/react": "8.11.0",
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@tanstack/react-query": "5.45.1",
"@tanstack/react-query": "5.48.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 @@ -7051,21 +7051,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.45.0":
version: 5.45.0
resolution: "@tanstack/query-core@npm:5.45.0"
checksum: 10c0/b1adb0e44a6294f8fc63d1f3915e657e29799ae761012a49430f2694f9fd4f7041984949f61d412ad43e5aaba3ea880ab89b3d2c309cb2860a2913029e9062e9
"@tanstack/query-core@npm:5.48.0":
version: 5.48.0
resolution: "@tanstack/query-core@npm:5.48.0"
checksum: 10c0/7c21d91e326fdfe89077832d050cd13eac0e55796d88b6978ccc6e0d85571b22596c1f9364e2ac39a00739e1e63be559d2cf9d8faf0a954bdd25b0a55daa3311
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.45.1":
version: 5.45.1
resolution: "@tanstack/react-query@npm:5.45.1"
"@tanstack/react-query@npm:5.48.0":
version: 5.48.0
resolution: "@tanstack/react-query@npm:5.48.0"
dependencies:
"@tanstack/query-core": "npm:5.45.0"
"@tanstack/query-core": "npm:5.48.0"
peerDependencies:
react: ^18.0.0
checksum: 10c0/39968d90bfe365ea0a1bff64caaf065fc8ea3304ae450a055265e235e461bd82bbe3dc9182d32062ecb48c45e2d679ee87909489bde9b9e7b09ed7c41e81fd93
checksum: 10c0/dd4a6f9efaa4eda6767a0059da59d8a89a543d92f9f2236797f3a4dde6422b178a88c4051feac2d08bf4a469187a743330b45bf2bac53c36f5fa3459c9dd55ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -16371,7 +16371,7 @@ __metadata:
"@svgr/webpack": "npm:8.1.0"
"@tailwindcss/forms": "npm:0.5.7"
"@tailwindcss/typography": "npm:0.5.13"
"@tanstack/react-query": "npm:5.45.1"
"@tanstack/react-query": "npm:5.48.0"
"@testing-library/dom": "npm:10.2.0"
"@testing-library/jest-dom": "npm:6.4.6"
"@testing-library/react": "npm:16.0.0"
Expand Down
Loading