Skip to content

Commit

Permalink
fix(deps): update dependency @tanstack/react-query to v5.22.2 (#5109)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent b7cf49c commit 524b2dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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.7",
"@tanstack/react-query": "5.22.2",
"@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.7":
version: 5.21.7
resolution: "@tanstack/query-core@npm:5.21.7"
checksum: 10c0/21a49588a444cfe63a7f5d063b14e93c3f1d9f16fb4d5fce48817e9001f4463ed564df1139afb8f073123cc300f3f95f83bb150ef2fa2b116e76511c220739b1
"@tanstack/query-core@npm:5.22.2":
version: 5.22.2
resolution: "@tanstack/query-core@npm:5.22.2"
checksum: 10c0/78bd7a70f99c0f8a4d158f061aa5008ab7866cffdccb1b0d61ac89a0821fa016dfb321d9dd04939ad5e2efcd9a0d07a295cc33b538e0c9fd0520c418294d30d3
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.21.7":
version: 5.21.7
resolution: "@tanstack/react-query@npm:5.21.7"
"@tanstack/react-query@npm:5.22.2":
version: 5.22.2
resolution: "@tanstack/react-query@npm:5.22.2"
dependencies:
"@tanstack/query-core": "npm:5.21.7"
"@tanstack/query-core": "npm:5.22.2"
peerDependencies:
react: ^18.0.0
checksum: 10c0/c519af3361f25675bd4923b990f3726b0f5c72ebb0a02a281b0c8bfc60969eb6badb6ee5dbe63174b0896f30dcf92ce6fc1c21e430cda1485da8deca52dccbdf
checksum: 10c0/fa5ae61aba4f0d9636f616fa7aaa278f2f96063c1943a4a2c2f33d44dd7de85aaf1d14127a9fc5616799bee64dba8e90e633edffad964ee25f6e37fa9295300d
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.7"
"@tanstack/react-query": "npm:5.22.2"
"@testing-library/dom": "npm:9.3.4"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:14.2.1"
Expand Down

0 comments on commit 524b2dc

Please sign in to comment.