Add TanStack Virtual dependency

This commit is contained in:
murashit 2026-06-07 18:18:51 +09:00
parent 24781486bd
commit fc9dad18c3
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View file

@ -9,6 +9,7 @@
"version": "3.2.1",
"license": "Apache-2.0",
"dependencies": {
"@tanstack/virtual-core": "3.17.0",
"preact": "^10.29.2"
},
"devDependencies": {
@ -2594,6 +2595,16 @@
"dev": true,
"license": "MIT"
},
"node_modules/@tanstack/virtual-core": {
"version": "3.17.0",
"resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.17.0.tgz",
"integrity": "sha512-gOxY/hFkPh/XQYhnThBHzkbkX3Ed+z/iushyz+R+JAr213aXxUDgQoTgTdrDpBSRsjFM73P/KfUyWmaF9WHMkQ==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tybys/wasm-util": {
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",

View file

@ -58,6 +58,7 @@
"vitest": "^4.1.7"
},
"dependencies": {
"@tanstack/virtual-core": "3.17.0",
"preact": "^10.29.2"
}
}