Skip to content

fix(deps): update dependency @tanstack/react-virtual to v3.13.0 #6913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2025
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 @@ -49,7 +49,7 @@
"watch:css": "yarn build:css --watch"
},
"dependencies": {
"@tanstack/react-virtual": "~3.12.0",
"@tanstack/react-virtual": "~3.13.0",
"@ui5/webcomponents-react-base": "workspace:~",
"clsx": "2.1.1",
"react-table": "7.8.0"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4829,22 +4829,22 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-virtual@npm:~3.12.0":
version: 3.12.0
resolution: "@tanstack/react-virtual@npm:3.12.0"
"@tanstack/react-virtual@npm:~3.13.0":
version: 3.13.0
resolution: "@tanstack/react-virtual@npm:3.13.0"
dependencies:
"@tanstack/virtual-core": "npm:3.12.0"
"@tanstack/virtual-core": "npm:3.13.0"
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/67ec71852d368eb355af9be064b5431bf7d8c5a31ddb1ecca822c529314a7ac3aa34cb718cf7280e8991ca9ec70f11b208c2aaa7b1f887dc2de82ad5c20f9d05
checksum: 10c0/89eaf76294be3cfe294304859db2b0f7364a9bf8934849e42cb8ef08435dfb28f5504d57b08b30426a811f127f8f6320ec6c14aa7fcd304bde4fbfeaef04bc36
languageName: node
linkType: hard

"@tanstack/virtual-core@npm:3.12.0":
version: 3.12.0
resolution: "@tanstack/virtual-core@npm:3.12.0"
checksum: 10c0/638645e0cd020116f3ba1cdf746a0ca9575c0a5a5c5eabb11a131e345eb791a67c2f4d06701e347f8437a0632ce9d7d2ddcc5e8889ee8590f608b7d28322295f
"@tanstack/virtual-core@npm:3.13.0":
version: 3.13.0
resolution: "@tanstack/virtual-core@npm:3.13.0"
checksum: 10c0/88ff5fbd59b449e2ec2cafa9cac1ea6f449d84a593fb869ad9e8a467813e9060d4065517c5657c2de765c165453bb336751641cf670cb27143d51791bbfedc3a
languageName: node
linkType: hard

Expand Down Expand Up @@ -6258,7 +6258,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ui5/webcomponents-react@workspace:packages/main"
dependencies:
"@tanstack/react-virtual": "npm:~3.12.0"
"@tanstack/react-virtual": "npm:~3.13.0"
"@ui5/webcomponents-react-base": "workspace:~"
clsx: "npm:2.1.1"
react-table: "npm:7.8.0"
Expand Down
Loading