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.59.20",
"@tanstack/react-query": "5.61.5",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.8.4",
"@types/classnames": "^2.2.6",
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.59.20":
version: 5.59.20
resolution: "@tanstack/query-core@npm:5.59.20"
checksum: ed836033c7f34a61e7f152da1067ec170e36e861dc591e2a068f73918bcc641bb50ce90dc3b8d12e047f63f70b2842f72e3328d649c841f5c4ea51fdb95e454b
"@tanstack/query-core@npm:5.61.5":
version: 5.61.5
resolution: "@tanstack/query-core@npm:5.61.5"
checksum: 112cc6a3e3cde9fc2657d283e8383c64ff7de5780b10c7892c93664ce475bf251bfba79daf2302ce04f2d43b96ced188bd098c220432b21408d7b99cfee58fe0
languageName: node
linkType: hard

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

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