Skip to content

Commit

Permalink
fix(deps): update dependency @tanstack/react-query to v5.18.1 (#5036)
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 2, 2024
1 parent 75f0d4b commit 4bc74af
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.99.0",
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@tanstack/react-query": "5.18.0",
"@tanstack/react-query": "5.18.1",
"@vercel/analytics": "1.1.2",
"@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 @@ -7192,21 +7192,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.18.0":
version: 5.18.0
resolution: "@tanstack/query-core@npm:5.18.0"
checksum: 10c0/49ad7eb9dc9463910a86947e1794d1725b45d470c95b1364fba516eaeecb51f6b94bfcac3bf82d2db15ee49cd9e6ca45fbdf0ce83b126a238e3cbb6294d54be3
"@tanstack/query-core@npm:5.18.1":
version: 5.18.1
resolution: "@tanstack/query-core@npm:5.18.1"
checksum: 10c0/3fca6ae577ce39a14971ac60c8540f04a0c5a22e96cecaed1da7b47bdba79f2d8dc09c572995d068e2dc9bf685edb4114f1ca1317680b3acb398ceabd95a74bb
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.18.0":
version: 5.18.0
resolution: "@tanstack/react-query@npm:5.18.0"
"@tanstack/react-query@npm:5.18.1":
version: 5.18.1
resolution: "@tanstack/react-query@npm:5.18.1"
dependencies:
"@tanstack/query-core": "npm:5.18.0"
"@tanstack/query-core": "npm:5.18.1"
peerDependencies:
react: ^18.0.0
checksum: 10c0/c8831a63e2e351dada19e63e168b885917d40b02c7299bdc9352af0747eefa474c2eca8d84acd3f1b4856091981bd2bce55103e117442a9b15412008f472cd6d
checksum: 10c0/e017f6d3f57a7690707868955c1a630838f5225f42ea4c63d41a2ed15813b2b156a4e2be99f3c4a4590916564d289d4c8f084e68ef12c68bce9216215b0026ff
languageName: node
linkType: hard

Expand Down Expand Up @@ -17811,7 +17811,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.18.0"
"@tanstack/react-query": "npm:5.18.1"
"@testing-library/dom": "npm:9.3.4"
"@testing-library/jest-dom": "npm:6.4.1"
"@testing-library/react": "npm:14.2.1"
Expand Down

0 comments on commit 4bc74af

Please sign in to comment.