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.21.7 #5106

Merged
merged 1 commit into from
Feb 18, 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": "7.101.1",
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@tanstack/react-query": "5.21.4",
"@tanstack/react-query": "5.21.7",
"@vercel/analytics": "1.2.0",
"@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 @@ -7193,21 +7193,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.21.4":
version: 5.21.4
resolution: "@tanstack/query-core@npm:5.21.4"
checksum: 10c0/127efce535dee1ddff8ef6cdcf2520f89ba1a7a8502e73be50c1655b22c4bd64468893a23ae7bff281e1bd8f0ca684e079f21d300409454447cdf018acd5cb04
"@tanstack/query-core@npm:5.21.7":
version: 5.21.7
resolution: "@tanstack/query-core@npm:5.21.7"
checksum: 10c0/21a49588a444cfe63a7f5d063b14e93c3f1d9f16fb4d5fce48817e9001f4463ed564df1139afb8f073123cc300f3f95f83bb150ef2fa2b116e76511c220739b1
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.21.4":
version: 5.21.4
resolution: "@tanstack/react-query@npm:5.21.4"
"@tanstack/react-query@npm:5.21.7":
version: 5.21.7
resolution: "@tanstack/react-query@npm:5.21.7"
dependencies:
"@tanstack/query-core": "npm:5.21.4"
"@tanstack/query-core": "npm:5.21.7"
peerDependencies:
react: ^18.0.0
checksum: 10c0/b16ab80640b962ef58f3a50da21179d2024ec2c887fbf7ee5944e46804694ca1c83057c8300525812e8253915382716c04cfce6905036d12ef8d9bb8c591aa92
checksum: 10c0/c519af3361f25675bd4923b990f3726b0f5c72ebb0a02a281b0c8bfc60969eb6badb6ee5dbe63174b0896f30dcf92ce6fc1c21e430cda1485da8deca52dccbdf
languageName: node
linkType: hard

Expand Down Expand Up @@ -17891,7 +17891,7 @@ __metadata:
"@svgr/webpack": "npm:8.1.0"
"@tailwindcss/forms": "npm:0.5.7"
"@tailwindcss/typography": "npm:0.5.10"
"@tanstack/react-query": "npm:5.21.4"
"@tanstack/react-query": "npm:5.21.7"
"@testing-library/dom": "npm:9.3.4"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:14.2.1"
Expand Down
Loading