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

chore(deps): bump @tanstack/react-query from 4.36.1 to 5.20.2 #680

Closed
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@geist-ui/icons": "^1.0.2",
"@next/bundle-analyzer": "^13.5.6",
"@prisma/client": "^5.5.2",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query": "^5.20.2",
"@tanstack/react-query-devtools": "^4.36.1",
"@upstash/redis": "^1.24.0",
"@vercel/og": "^0.5.20",
Expand Down
30 changes: 11 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -929,10 +929,10 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:4.36.1":
version: 4.36.1
resolution: "@tanstack/query-core@npm:4.36.1"
checksum: 47672094da20d89402d9fe03bb7b0462be73a76ff9ca715169738bc600a719d064d106d083a8eedae22a2c22de22f87d5eb5d31ef447aba771d9190f2117ed10
"@tanstack/query-core@npm:5.20.2":
version: 5.20.2
resolution: "@tanstack/query-core@npm:5.20.2"
checksum: f5dff8093f24728bd1b12ea0b82799e961efac271ba7876675b7c8eb674e545a80398392919ebc550a2f9048531480173476e5808d028cbc20725c09e7b5aea2
languageName: node
linkType: hard

Expand All @@ -951,22 +951,14 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query@npm:^4.36.1":
version: 4.36.1
resolution: "@tanstack/react-query@npm:4.36.1"
"@tanstack/react-query@npm:^5.20.2":
version: 5.20.2
resolution: "@tanstack/react-query@npm:5.20.2"
dependencies:
"@tanstack/query-core": 4.36.1
use-sync-external-store: ^1.2.0
"@tanstack/query-core": 5.20.2
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: 1aff0a476859386f8d32253fa0d0bde7b81769a6d4d4d9cbd78778f0f955459a3bdb7ee27a0d2ee7373090f12998b45df80db0b5b313bd0a7a39d36c6e8e51c5
react: ^18.0.0
checksum: 3421def889f3969595400881bf426ba57daae94456259c7b66355a5c9cff09be561a33da7c612c9f2e1492ff5a556303b461e6c0b2099e9463b5f4d32a9c4bae
languageName: node
linkType: hard

Expand Down Expand Up @@ -5012,7 +5004,7 @@ __metadata:
"@geist-ui/icons": ^1.0.2
"@next/bundle-analyzer": ^13.5.6
"@prisma/client": ^5.5.2
"@tanstack/react-query": ^4.36.1
"@tanstack/react-query": ^5.20.2
"@tanstack/react-query-devtools": ^4.36.1
"@testing-library/jest-dom": ^6.1.4
"@testing-library/react": ^14.0.0
Expand Down
Loading