Skip to content

Commit

Permalink
chore(deps): replace dependency react-query with @tanstack/react-quer…
Browse files Browse the repository at this point in the history
…y 4.0.5
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 6fe3343 commit 83dd630
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"nyc": "15.1.0",
"prettier": "3.1.0",
"qs": "6.11.2",
"react-query": "3.39.3",
"@tanstack/react-query": "4.0.5",
"standard-version": "9.5.0",
"typescript": "5.3.2",
"wait-on": "7.2.0"
Expand Down
45 changes: 44 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1758,6 +1758,33 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:^4.0.0-beta.1":
version: 4.36.1
resolution: "@tanstack/query-core@npm:4.36.1"
checksum: 7c648872cd491bcab2aa4c18e0b7ca130c072f05c277a5876977fa3bfa87634bbfde46e9d249236587d78c39866889a02e4e202b478dc6074ff96093732ae56d
languageName: node
linkType: hard

"@tanstack/react-query@npm:4.0.5":
version: 4.0.5
resolution: "@tanstack/react-query@npm:4.0.5"
dependencies:
"@tanstack/query-core": "npm:^4.0.0-beta.1"
"@types/use-sync-external-store": "npm:^0.0.3"
use-sync-external-store: "npm:^1.2.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
react-native: "*"
peerDependenciesMeta:
react-dom:
optional: true
react-native:
optional: true
checksum: b4988ada9a2eb7a74f742fae328648bbe0da7fafa849b57ed4b0dc1263c46a4cc9b77a9de845b0077aa1364392978e8ff9386e5e634c53b9982d8a87f75304ff
languageName: node
linkType: hard

"@testing-library/dom@npm:^9.0.0":
version: 9.3.3
resolution: "@testing-library/dom@npm:9.3.3"
Expand Down Expand Up @@ -2076,6 +2103,13 @@ __metadata:
languageName: node
linkType: hard

"@types/use-sync-external-store@npm:^0.0.3":
version: 0.0.3
resolution: "@types/use-sync-external-store@npm:0.0.3"
checksum: 161ddb8eec5dbe7279ac971531217e9af6b99f7783213566d2b502e2e2378ea19cf5e5ea4595039d730aa79d3d35c6567d48599f69773a02ffcff1776ec2a44e
languageName: node
linkType: hard

"@types/uuid@npm:9.0.7":
version: 9.0.7
resolution: "@types/uuid@npm:9.0.7"
Expand Down Expand Up @@ -5782,6 +5816,7 @@ __metadata:
"@mui/lab": "npm:5.0.0-alpha.140"
"@mui/material": "npm:5.14.19"
"@sentry/nextjs": "npm:7.84.0"
"@tanstack/react-query": "npm:4.0.5"
"@testing-library/jest-dom": "npm:6.1.5"
"@testing-library/react": "npm:14.1.2"
"@testing-library/user-event": "npm:14.5.1"
Expand Down Expand Up @@ -5828,7 +5863,6 @@ __metadata:
react-ga4: "npm:2.1.0"
react-helmet: "npm:6.1.0"
react-i18next: "npm:13.5.0"
react-query: "npm:3.39.3"
react-router-dom: "npm:6.20.0"
react-toastify: "npm:9.1.3"
standard-version: "npm:9.5.0"
Expand Down Expand Up @@ -10424,6 +10458,15 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:^1.2.0":
version: 1.2.0
resolution: "use-sync-external-store@npm:1.2.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: a676216affc203876bd47981103f201f28c2731361bb186367e12d287a7566763213a8816910c6eb88265eccd4c230426eb783d64c373c4a180905be8820ed8e
languageName: node
linkType: hard

"util-deprecate@npm:^1.0.1, util-deprecate@npm:~1.0.1":
version: 1.0.2
resolution: "util-deprecate@npm:1.0.2"
Expand Down

0 comments on commit 83dd630

Please sign in to comment.