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.67.2",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.12.0",
"@tanstack/react-virtual": "^3.13.4",
"@types/classnames": "^2.3.4",
"@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 @@ -3078,15 +3078,15 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-virtual@npm:^3.12.0":
version: 3.13.2
resolution: "@tanstack/react-virtual@npm:3.13.2"
"@tanstack/react-virtual@npm:^3.13.4":
version: 3.13.4
resolution: "@tanstack/react-virtual@npm:3.13.4"
dependencies:
"@tanstack/virtual-core": 3.13.2
"@tanstack/virtual-core": 3.13.4
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 7005b61f9d7d68c39d1023815360ed3917e7a38141d9c15cd2554c2d46cb083a2f0faec74181c9d1b0acd12c3fcca0cae6ba52256b59e8d787b030778d2701da
checksum: bc32f7c30436133f0eae7c8560a22ded071972fe5baa19adde5a43921631f82707b9f2dcbb2d79882d34e163e73151980547d33970a46b1e26a2c0a3cfa0d6fd
languageName: node
linkType: hard

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

"@tanstack/virtual-core@npm:3.13.2":
version: 3.13.2
resolution: "@tanstack/virtual-core@npm:3.13.2"
checksum: e5820282b764b9851795e012a6245cf3bc71ba25dac8db2d200fc6dbb27325760956377f33df3981bc46f853952b3edbcd577d47520ec3ecdde373b3c2d3d934
"@tanstack/virtual-core@npm:3.13.4":
version: 3.13.4
resolution: "@tanstack/virtual-core@npm:3.13.4"
checksum: b9bc786c1739a8b7ce50fd0f31f1e535eb50767d7017e21a021db32a88893961483cff7b615f59b6e4a3b804fb09a93de8892266b28fcf61aa4b00e950b21ff5
languageName: node
linkType: hard

Expand Down Expand Up @@ -13589,7 +13589,7 @@ __metadata:
"@szhsin/react-menu": ^4.2.2
"@tanstack/react-query": 5.67.2
"@tanstack/react-table": ^8.16.0
"@tanstack/react-virtual": ^3.12.0
"@tanstack/react-virtual": ^3.13.4
"@testing-library/dom": 10.4.0
"@testing-library/jest-dom": ^6.6.3
"@testing-library/react": 16.2.0
Expand Down
Loading