chore(deps-dev): bump vite from 7.3.1 to 8.0.0 in /ui

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.1 to 8.0.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.0/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-05 15:39:28 +00:00 committed by GitHub
parent 2018979bc3
commit 850e2529ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 651 additions and 567 deletions

1216
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -77,7 +77,7 @@
"prettier": "^3.6.2", "prettier": "^3.6.2",
"ra-test": "^3.19.12", "ra-test": "^3.19.12",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vite": "^7.1.12", "vite": "^8.0.3",
"vite-plugin-pwa": "^1.1.0", "vite-plugin-pwa": "^1.1.0",
"vitest": "^4.0.3" "vitest": "^4.0.3"
}, },