Skip to content
Open
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 packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
"watch:css": "yarn build:css --watch"
},
"dependencies": {
"@tanstack/react-virtual": "3.14.9",
"@tanstack/react-virtual": "3.14.10",
"@ui5/webcomponents-react-base": "workspace:~",
"clsx": "2.1.1"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4259,22 +4259,22 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-virtual@npm:3.14.9":
version: 3.14.9
resolution: "@tanstack/react-virtual@npm:3.14.9"
"@tanstack/react-virtual@npm:3.14.10":
version: 3.14.10
resolution: "@tanstack/react-virtual@npm:3.14.10"
dependencies:
"@tanstack/virtual-core": "npm:3.17.7"
"@tanstack/virtual-core": "npm:3.17.8"
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: 10c0/4d89bb77c2e3db831e457500a003fbca62374e7f9cbf5c04e3ac92c75154bec5b9afaa9aa39d682d9983f8f6904d937746f9e88aecfd181ad1a96aed67b93768
checksum: 10c0/3336e37c4027847dfc965b4adb908b23298da631849ccb153ed0f5fe2ec0e17b1ac920c672b5c619959199f36a9d37ca88d89e7b3aa26ef8131889107a98a974
languageName: node
linkType: hard

"@tanstack/virtual-core@npm:3.17.7":
version: 3.17.7
resolution: "@tanstack/virtual-core@npm:3.17.7"
checksum: 10c0/9dd7cc9859af0f79e2189422a27fa4f72bddaccd3ecb027ad3f6968a28cd472e964a11b0005bd605ad0d534860233005711752d10d3c297f57fc3c5dbe397d56
"@tanstack/virtual-core@npm:3.17.8":
version: 3.17.8
resolution: "@tanstack/virtual-core@npm:3.17.8"
checksum: 10c0/0889044d89d1c403939f3984017857c68c54769e538e7bac52d8af6a3feaa20a6a9ffd627cadd95a7cdd0136856a03d8eb8302d0e53a53910fdb05916d7b4a79
languageName: node
linkType: hard

Expand Down Expand Up @@ -5632,7 +5632,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ui5/webcomponents-react@workspace:packages/main"
dependencies:
"@tanstack/react-virtual": "npm:3.14.9"
"@tanstack/react-virtual": "npm:3.14.10"
"@ui5/webcomponents-react-base": "workspace:~"
clsx: "npm:2.1.1"
peerDependencies:
Expand Down
Loading