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 packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@
"watch:css": "yarn build:css --watch"
},
"dependencies": {
"@tanstack/react-virtual": "3.14.5",
"@tanstack/react-virtual": "3.14.6",
"@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 @@ -4477,22 +4477,22 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-virtual@npm:3.14.5":
version: 3.14.5
resolution: "@tanstack/react-virtual@npm:3.14.5"
"@tanstack/react-virtual@npm:3.14.6":
version: 3.14.6
resolution: "@tanstack/react-virtual@npm:3.14.6"
dependencies:
"@tanstack/virtual-core": "npm:3.17.3"
"@tanstack/virtual-core": "npm:3.17.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: 10c0/f3dd2da5e5e0a94756e47f11fa76bfe0485e845da72b8022a4a593e2906aa60b827a5f0d7b6063092c76874fed8ddc69bcbf759298733ced24a66a82e8d58f21
checksum: 10c0/66b2b7e8e6281920ff69450a4e4d57762969ad2c530f21718484af0e561504f568231486778fc402e7862de0c7783b08ab94570b7aa4d62422512b77e6f9f06d
languageName: node
linkType: hard

"@tanstack/virtual-core@npm:3.17.3":
version: 3.17.3
resolution: "@tanstack/virtual-core@npm:3.17.3"
checksum: 10c0/e6199a0c25d1780e62f57c9f72432342e2cabd5b1197cf66b0f2250c9c0bbecbd0c53e7bb639804c4c7931f9cfa57efa80f6a64fefe6614bf14871f682c17aa3
"@tanstack/virtual-core@npm:3.17.4":
version: 3.17.4
resolution: "@tanstack/virtual-core@npm:3.17.4"
checksum: 10c0/63682ded2c977abf80893370175ea0af98a5686ffc5ede80b6f90cd7591d7d5bd85a4057d09ecf660f058f956ce4462d32b399b3b6818b649f900551cb692fad
languageName: node
linkType: hard

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