Files
Sunshine/package.json
dependabot[bot] dad5039f0b build(deps-dev): bump vite from 6.3.6 to 6.4.1 in the dev-dependencies group (#4782)
build(deps-dev): bump vite in the dev-dependencies group

Bumps the dev-dependencies group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.3.6 to 6.4.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.4.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-27 19:43:09 -05:00

28 lines
663 B
JSON

{
"name": "sunshine",
"version": "0.0.0",
"scripts": {
"build": "vite build --debug",
"build-clean": "vite build --debug --emptyOutDir",
"dev": "vite build --watch",
"serve": "serve ./tests/fixtures/http --no-port-switching"
},
"type": "module",
"dependencies": {
"bootstrap": "5.3.8",
"date-fns": "4.1.0",
"lucide-vue-next": "0.575.0",
"marked": "17.0.3",
"vue": "3.5.29",
"vue-i18n": "11.2.8",
"vue3-simple-icons": "15.6.0"
},
"devDependencies": {
"@codecov/vite-plugin": "1.9.1",
"@vitejs/plugin-vue": "6.0.1",
"serve": "14.2.5",
"vite": "6.4.1",
"vite-plugin-ejs": "1.7.0"
}
}