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.39.0 to 5.54.1 in /client #692

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@mantine/notifications": "^7.10.0",
"@mantine/tiptap": "^7.10.0",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-query": "^5.39.0",
"@tanstack/react-query": "^5.54.1",
"@tanstack/react-query-devtools": "^5.39.0",
"@tiptap/core": "^2.4.0",
"@tiptap/extension-highlight": "^2.4.0",
Expand Down
22 changes: 11 additions & 11 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -583,10 +583,10 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.38.0":
version: 5.38.0
resolution: "@tanstack/query-core@npm:5.38.0"
checksum: 10c0/d617cb5a571f0ff147b07717ae71764fb5a4cca9765f5a642d2deff80d08c4fafb497a63824c8f84eec5ea4177fe79d5ef2f6f9381bcee4ebb8a22a033e8d5fc
"@tanstack/query-core@npm:5.54.1":
version: 5.54.1
resolution: "@tanstack/query-core@npm:5.54.1"
checksum: 10c0/df064281e4fece7ea95544fba44b70d9ca547d1aa30beb0f2e7d08ab76978928e7b40bb30f05bd535b6b6090b6e67e56f16762dc0f121e181ff0b690c6121491
languageName: node
linkType: hard

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

"@tanstack/react-query@npm:^5.39.0":
version: 5.39.0
resolution: "@tanstack/react-query@npm:5.39.0"
"@tanstack/react-query@npm:^5.54.1":
version: 5.54.1
resolution: "@tanstack/react-query@npm:5.54.1"
dependencies:
"@tanstack/query-core": "npm:5.38.0"
"@tanstack/query-core": "npm:5.54.1"
peerDependencies:
react: ^18.0.0
checksum: 10c0/b43271d60eb1a28b91f81d60ad2421ef863e6e5ab22b2601f5593321357e6f0e6c2fa535038b2fd04f5ca429695501be35917e147cb59d90d86c56235b0fdb07
react: ^18 || ^19
checksum: 10c0/d91aafb9b386b6a7eb21be1eb960b91ad60e672c35fa16d408b222e6d731705686a8be34f312afed0165be7945b5fd6f3adebcfa4b920e00e1f5e7cfdcdb35e6
languageName: node
linkType: hard

Expand Down Expand Up @@ -2734,7 +2734,7 @@ __metadata:
"@mantine/tiptap": "npm:^7.10.0"
"@tabler/icons-react": "npm:^3.5.0"
"@tanstack/eslint-plugin-query": "npm:^5.35.6"
"@tanstack/react-query": "npm:^5.39.0"
"@tanstack/react-query": "npm:^5.54.1"
"@tanstack/react-query-devtools": "npm:^5.39.0"
"@tiptap/core": "npm:^2.4.0"
"@tiptap/extension-highlight": "npm:^2.4.0"
Expand Down
Loading