chore(deps-dev): bump vite from 4.5.5 to 6.2.1 in /console/atest-ui

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 6.2.1.
- [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@6.2.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  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] 2025-03-10 10:44:30 +00:00 committed by GitHub
parent 11ab39f11f
commit a5654c2328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2374 additions and 426 deletions

File diff suppressed because it is too large Load Diff

View File

@ -58,7 +58,7 @@
"start-server-and-test": "^2.0.0", "start-server-and-test": "^2.0.0",
"ts-jest": "^29.1.1", "ts-jest": "^29.1.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"vite": "^4.5.5", "vite": "^6.2.1",
"vitest": "^0.32.4", "vitest": "^0.32.4",
"vue-tsc": "^1.6.5" "vue-tsc": "^1.6.5"
}, },