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 @@ -87,7 +87,7 @@
"@szhsin/react-menu": "^4.2.2",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.8.4",
"@tanstack/react-virtual": "^3.10.9",
"@types/classnames": "^2.2.6",
"@types/react": "^18.0.2",
"@types/react-dom": "^18.0.0",
Expand Down
20 changes: 10 additions & 10 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3110,15 +3110,15 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-virtual@npm:^3.8.4":
version: 3.10.8
resolution: "@tanstack/react-virtual@npm:3.10.8"
"@tanstack/react-virtual@npm:^3.10.9":
version: 3.10.9
resolution: "@tanstack/react-virtual@npm:3.10.9"
dependencies:
"@tanstack/virtual-core": 3.10.8
"@tanstack/virtual-core": 3.10.9
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 40a5d6089908096634fec2aa0cd646ca47c044c745e1b0d190ecbf9905ad2e6266ccd56c2550ed92f47349954dc11eb6930beac1354441ce7c98af81c5454d3f
checksum: a6c90118d0b084aedf0a2b02bc718df5cc1e594fb60d1dededf8a393d3e519e574e2ba67bb7adcaf8b4d6b206f6a10b37166f006bc7e50ad566475323d545b8c
languageName: node
linkType: hard

Expand All @@ -3129,10 +3129,10 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/virtual-core@npm:3.10.8":
version: 3.10.8
resolution: "@tanstack/virtual-core@npm:3.10.8"
checksum: 1c5307b534bb963094acc4a2691fcc331364a865d8513abe9f5ca6be577d7bb4b2821e8dddbf259c60ee65afb2f4e5d6debab1af897b0c464ec1bd18906ecbe9
"@tanstack/virtual-core@npm:3.10.9":
version: 3.10.9
resolution: "@tanstack/virtual-core@npm:3.10.9"
checksum: df1c673040e3700ba12774ef1fec775f84342e80fb5f1586096a1ed347ee9d35b6db6829e665fed86fa3f08e86235a68bbd331fd5aedec4314c2a565384199ba
languageName: node
linkType: hard

Expand Down Expand Up @@ -13455,7 +13455,7 @@ __metadata:
"@szhsin/react-menu": ^4.2.2
"@tanstack/react-query": 5.59.20
"@tanstack/react-table": ^8.16.0
"@tanstack/react-virtual": ^3.8.4
"@tanstack/react-virtual": ^3.10.9
"@testing-library/dom": 10.4.0
"@testing-library/jest-dom": ^6.6.3
"@testing-library/react": 16.0.0
Expand Down
Loading