Skip to content
Closed
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 @@ -84,7 +84,7 @@
"@projectstorm/react-diagrams": "^7.0.4",
"@simonwep/pickr": "^1.5.1",
"@szhsin/react-menu": "^4.4.0",
"@tanstack/react-query": "5.76.0",
"@tanstack/react-query": "5.77.1",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.13.6",
"@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 @@ -3057,21 +3057,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.76.0":
version: 5.76.0
resolution: "@tanstack/query-core@npm:5.76.0"
checksum: 650d694b3c53a28c71c4824733e6811298918f24f903398af65a150fa2f72bab2cac3cd5b472766cbb428af5a1ec4876123ab9c5c7c8a02d884571ab4eb7d837
"@tanstack/query-core@npm:5.77.1":
version: 5.77.1
resolution: "@tanstack/query-core@npm:5.77.1"
checksum: 1d48fccf085791928afc61698a4bbcdbac88a398c9a3cf3191a34acc0991fab960d4d03dd00d4fb742b34102c12a4643f7e9279ab1bbeae8494c1c08846b75e2
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.76.0":
version: 5.76.0
resolution: "@tanstack/react-query@npm:5.76.0"
"@tanstack/react-query@npm:5.77.1":
version: 5.77.1
resolution: "@tanstack/react-query@npm:5.77.1"
dependencies:
"@tanstack/query-core": 5.76.0
"@tanstack/query-core": 5.77.1
peerDependencies:
react: ^18 || ^19
checksum: 57d1de300d66142c82bb51fa57b1259e39bbb0ad5d7442a881d35f9dd372150320d034f3a6ec9badb10155857a9775fe5ffb4f4d41d2edd07abdea42b251d59c
checksum: 6d1d98e0fc42e02f42527c7f33f91de09ac82d1a9ea3ec95e0168c96c9fec95eb32acb0c94227279508dd821fb2cfcaa4dfe343b156db4186bb68e6723f947db
languageName: node
linkType: hard

Expand Down Expand Up @@ -13621,7 +13621,7 @@ __metadata:
"@simonwep/pickr": ^1.5.1
"@svgr/webpack": ^8.1.0
"@szhsin/react-menu": ^4.4.0
"@tanstack/react-query": 5.76.0
"@tanstack/react-query": 5.77.1
"@tanstack/react-table": ^8.16.0
"@tanstack/react-virtual": ^3.13.6
"@testing-library/dom": 10.4.0
Expand Down
Loading