Skip to content

Commit

Permalink
fix(deps): update dependency @tanstack/react-query to v4.32.0 (#4112)
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 Jul 21, 2023
1 parent 12ef937 commit d31c70b
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 @@ -72,7 +72,7 @@
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@soluble/dsn-parser": "1.9.2",
"@tanstack/react-query": "4.29.25",
"@tanstack/react-query": "4.32.0",
"@vercel/analytics": "1.0.1",
"@your-org/api-gateway": "workspace:^",
"@your-org/common-i18n": "workspace:^",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7017,18 +7017,18 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:4.29.25":
version: 4.29.25
resolution: "@tanstack/query-core@npm:4.29.25"
checksum: 409e5abc95e773651de55aad2e453df92172bba568dcd02d236cd2b6cb284bd893c2ddb882fb7181890afa301e139f448c2dcc5fb9e9635d7e6d34f1de7863af
"@tanstack/query-core@npm:4.32.0":
version: 4.32.0
resolution: "@tanstack/query-core@npm:4.32.0"
checksum: d81eabb1391aa92b95d94996798c9fc0077e3fee58cf050b7040aa07457693962fda449a6476371445461bc46f5e1d003d2b5cd286f3515bd5876fe57f5c9035
languageName: node
linkType: hard

"@tanstack/react-query@npm:4.29.25":
version: 4.29.25
resolution: "@tanstack/react-query@npm:4.29.25"
"@tanstack/react-query@npm:4.32.0":
version: 4.32.0
resolution: "@tanstack/react-query@npm:4.32.0"
dependencies:
"@tanstack/query-core": "npm:4.29.25"
"@tanstack/query-core": "npm:4.32.0"
use-sync-external-store: "npm:^1.2.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand All @@ -7039,7 +7039,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: f304107ddee4d2e330f47493c678750b85efa8b6148601128aa7eed6ad53339ad1f70fd5cc71397b787c07d660c17cccc19e3f6202ccb21822f1989d8bcb677c
checksum: c48b2309ad2e49dc5c3b8845cc78f39ccb946a2d70e84900441ac8cd947443f0fb22ecaf1c7aa4fbd528973c45edb98a3e199b8e2daf73e7eadbd9bc662d3c72
languageName: node
linkType: hard

Expand Down Expand Up @@ -18071,7 +18071,7 @@ __metadata:
"@tailwindcss/aspect-ratio": "npm:0.4.2"
"@tailwindcss/forms": "npm:0.5.4"
"@tailwindcss/typography": "npm:0.5.9"
"@tanstack/react-query": "npm:4.29.25"
"@tanstack/react-query": "npm:4.32.0"
"@testing-library/dom": "npm:9.3.1"
"@testing-library/jest-dom": "npm:5.17.0"
"@testing-library/react": "npm:14.0.0"
Expand Down

0 comments on commit d31c70b

Please sign in to comment.