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-devtools from 5.39.0 to 5.54.1 in /client #693

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 @@ -21,7 +21,7 @@
"@mantine/tiptap": "^7.10.0",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-query": "^5.39.0",
"@tanstack/react-query-devtools": "^5.39.0",
"@tanstack/react-query-devtools": "^5.54.1",
"@tiptap/core": "^2.4.0",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-link": "^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 @@ -590,22 +590,22 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-devtools@npm:5.37.1":
version: 5.37.1
resolution: "@tanstack/query-devtools@npm:5.37.1"
checksum: 10c0/c52c320972e2b430da69f18295ddb2c62ea5c3c1b83481b225be799f7e955e32782d68871bddc141acc468cf4d7ad5dcdd2c88ff3edc90021d28e57252dfab8b
"@tanstack/query-devtools@npm:5.54.0":
version: 5.54.0
resolution: "@tanstack/query-devtools@npm:5.54.0"
checksum: 10c0/e2fb77eec61d0298ba29f45685fe0a3a02823fd75e46c8899cdf1ff34c19cf97902073f27b81b594ede5311c8d239eacc4d400670b618cdbd69ec35bd57e5ba3
languageName: node
linkType: hard

"@tanstack/react-query-devtools@npm:^5.39.0":
version: 5.39.0
resolution: "@tanstack/react-query-devtools@npm:5.39.0"
"@tanstack/react-query-devtools@npm:^5.54.1":
version: 5.54.1
resolution: "@tanstack/react-query-devtools@npm:5.54.1"
dependencies:
"@tanstack/query-devtools": "npm:5.37.1"
"@tanstack/query-devtools": "npm:5.54.0"
peerDependencies:
"@tanstack/react-query": ^5.39.0
"@tanstack/react-query": ^5.54.1
react: ^18 || ^19
checksum: 10c0/7f383293ad8cdbe0b0368e27bcbb753e091714e576a965411e78af6acce9672a981c3e9169eee4a886ab1851434588f80264ba0455bb3e8fbfa578929c93841d
checksum: 10c0/66e2c604c0c4cc71a4bdf993986d8002ccad2cc39ecf1ee3303b360b000939e4a28d7e7c6b13e1381f9c843cb0627234837a5b744651708b8f7fda569ac638fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -2735,7 +2735,7 @@ __metadata:
"@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-devtools": "npm:^5.39.0"
"@tanstack/react-query-devtools": "npm:^5.54.1"
"@tiptap/core": "npm:^2.4.0"
"@tiptap/extension-highlight": "npm:^2.4.0"
"@tiptap/extension-link": "npm:^2.4.0"
Expand Down
Loading