Skip to content

fix(deps): update dependency @tanstack/react-virtual to ~3.11.0 #6702

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
Dec 6, 2024
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.10.0",
"@tanstack/react-virtual": "~3.11.0",
"@ui5/webcomponents-react-base": "workspace:~",
"clsx": "2.1.1",
"react-table": "7.8.0"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4414,15 +4414,15 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-virtual@npm:~3.10.0":
version: 3.10.9
resolution: "@tanstack/react-virtual@npm:3.10.9"
"@tanstack/react-virtual@npm:~3.11.0":
version: 3.11.0
resolution: "@tanstack/react-virtual@npm:3.11.0"
dependencies:
"@tanstack/virtual-core": "npm: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: 10c0/a854b6fb2bdccec9e581442def5ed6ee568fd2b12178e70450c03d9e60a1e5794be71c4ad3f385af717872c039e569ff88c52adb11a2ddf2c02ded3f83bc851d
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/8ee14e46ad58af9f628ad89ae24fa47511c0d83d56b01b0339e1b2952a7169b40a6a65c1534003023cefd28cf5ae819070c3c78ceeedb6a18d16f8f5b7d8f675
languageName: node
linkType: hard

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