update vite vitest and rollup

(rollup needs updating to fix a security alert)
This commit is contained in:
Timo K
2026-03-12 12:10:17 +01:00
parent af54b39698
commit 6b8f6e9405
5 changed files with 267 additions and 300 deletions

View File

@@ -128,17 +128,18 @@
"unique-names-generator": "^4.6.0",
"uuid": "^13.0.0",
"vaul": "^1.0.0",
"vite": "^7.0.0",
"vite": "^7.3.0",
"vite-plugin-generate-file": "^0.3.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-svgr": "^4.0.0",
"vitest": "^3.0.0",
"vitest": "^4.0.18",
"vitest-axe": "^1.0.0-pre.3"
},
"resolutions": {
"@livekit/components-core/rxjs": "^7.8.1",
"@livekit/track-processors/@mediapipe/tasks-vision": "^0.10.18"
"@livekit/track-processors/@mediapipe/tasks-vision": "^0.10.18",
"rollup": "4.59.0"
},
"packageManager": "yarn@4.7.0"
}