Skip to content
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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@projectstorm/react-diagrams": "^7.0.4",
"@simonwep/pickr": "^1.5.1",
"@szhsin/react-menu": "^4.2.2",
"@tanstack/react-query": "5.61.5",
"@tanstack/react-query": "5.62.0",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.8.4",
"@types/classnames": "^2.3.4",
Expand Down
20 changes: 10 additions & 10 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3034,21 +3034,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.61.5":
version: 5.61.5
resolution: "@tanstack/query-core@npm:5.61.5"
checksum: 112cc6a3e3cde9fc2657d283e8383c64ff7de5780b10c7892c93664ce475bf251bfba79daf2302ce04f2d43b96ced188bd098c220432b21408d7b99cfee58fe0
"@tanstack/query-core@npm:5.62.0":
version: 5.62.0
resolution: "@tanstack/query-core@npm:5.62.0"
checksum: e071653bd29cfb713dc9f5641d2308e731d195129c5c5382826917573ae963033afa6f97605668824e7deb7aa1349b7355992aef0d8c1cb7da7793ef2ce2011e
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.61.5":
version: 5.61.5
resolution: "@tanstack/react-query@npm:5.61.5"
"@tanstack/react-query@npm:5.62.0":
version: 5.62.0
resolution: "@tanstack/react-query@npm:5.62.0"
dependencies:
"@tanstack/query-core": 5.61.5
"@tanstack/query-core": 5.62.0
peerDependencies:
react: ^18 || ^19
checksum: 35f2ed483d03acf77148d338173943bb3b675e38c763f5e763903e48f0ed1d4757d3129e03f4d0231bba808761616f6b3c0a2adcd11d3eebf8ecfb03f7fa7b4b
checksum: 5ef06034a415c710b44014a138051d2d15e6a8d4bd9d82988e9b780b90bcd25e78bf64032e2dbbd1ff96351f14a142e5f0d1d3f5b0be1e983c6d5c87535f603d
languageName: node
linkType: hard

Expand Down Expand Up @@ -13446,7 +13446,7 @@ __metadata:
"@simonwep/pickr": ^1.5.1
"@svgr/webpack": ^8.1.0
"@szhsin/react-menu": ^4.2.2
"@tanstack/react-query": 5.61.5
"@tanstack/react-query": 5.62.0
"@tanstack/react-table": ^8.16.0
"@tanstack/react-virtual": ^3.8.4
"@testing-library/dom": 10.4.0
Expand Down
Loading