mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-10-30 03:45:14 +00:00
Bumps the dev-dependencies group with 2 updates in the / directory: @codecov/vite-plugin and [serve](https://github.com/vercel/serve). Updates `@codecov/vite-plugin` from 1.9.0 to 1.9.1 Updates `serve` from 14.2.3 to 14.2.4 - [Release notes](https://github.com/vercel/serve/releases) - [Commits](https://github.com/vercel/serve/compare/14.2.3...14.2.4) --- updated-dependencies: - dependency-name: "@codecov/vite-plugin" dependency-version: 1.9.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: serve dependency-version: 14.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
549 B
JSON
23 lines
549 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"
|
|
},
|
|
"dependencies": {
|
|
"@lizardbyte/shared-web": "2025.626.181239",
|
|
"vue": "3.5.17",
|
|
"vue-i18n": "11.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@codecov/vite-plugin": "1.9.1",
|
|
"@vitejs/plugin-vue": "4.6.2",
|
|
"serve": "14.2.4",
|
|
"vite": "4.5.14",
|
|
"vite-plugin-ejs": "1.6.4"
|
|
}
|
|
}
|