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

Bump @tanstack/react-query from 5.62.7 to 5.62.10 in /frontend #4360

Merged
Merged
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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@storybook/test": "^8.4.7",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.2.0",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query": "^5.62.10",
"@tanstack/react-table": "^8.20.5",
"axios": "^1.7.9",
"boring-avatars": "^1.11.2",
Expand Down
20 changes: 10 additions & 10 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6614,10 +6614,10 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.62.7":
version: 5.62.7
resolution: "@tanstack/query-core@npm:5.62.7"
checksum: 10c0/d7aa83571b56e7bf1b608b8f56c90a9e9e759ba5a8899686182e8961c94432d1b6437b066a228765250498a3009623a30c5ca17b2714ddb30e2d727adea9aa0c
"@tanstack/query-core@npm:5.62.9":
version: 5.62.9
resolution: "@tanstack/query-core@npm:5.62.9"
checksum: 10c0/3d0708ec761563bbb5c5efa97160d10ed891b63a61cc24ebc04c24d8196e7fa5cde89ea220e70546fc94066fa1034c1a368138dab3f353c82846cc5f9595a7fc
languageName: node
linkType: hard

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

"@tanstack/react-query@npm:^5.62.7":
version: 5.62.7
resolution: "@tanstack/react-query@npm:5.62.7"
"@tanstack/react-query@npm:^5.62.10":
version: 5.62.10
resolution: "@tanstack/react-query@npm:5.62.10"
dependencies:
"@tanstack/query-core": "npm:5.62.7"
"@tanstack/query-core": "npm:5.62.9"
peerDependencies:
react: ^18 || ^19
checksum: 10c0/4a99bf3f3cdce6a24b6356377697e4b8cc31b0b160942a32d0619b928aec44c42dad61070d9d127512e6139bc4e62e7fe0722054f8152e21a1b8743a1dbd39e0
checksum: 10c0/df6dab08dcbec5d7458855107d81e9a4cb4fef9f2302341168ec2de42fa2935f523b4086b77ab626aa7baf468cb4cd050ab6043fafae794544273d1e7f5cead9
languageName: node
linkType: hard

Expand Down Expand Up @@ -10961,7 +10961,7 @@ __metadata:
"@stripe/stripe-js": "npm:^5.2.0"
"@tailwindcss/typography": "npm:^0.5.15"
"@tanstack/eslint-plugin-query": "npm:^5.62.1"
"@tanstack/react-query": "npm:^5.62.7"
"@tanstack/react-query": "npm:^5.62.10"
"@tanstack/react-query-devtools": "npm:^5.60.5"
"@tanstack/react-table": "npm:^8.20.5"
"@types/node": "npm:^22.10.1"
Expand Down
Loading