build: Update vite and other related dependencies (#9772)

* build: update vite and other related dependencies

* chore: use `"errors-only"`
This commit is contained in:
Jiralite
2023-08-13 20:36:23 +01:00
committed by GitHub
parent 9ed1b59df6
commit a1605b3a5e
21 changed files with 203 additions and 125 deletions

View File

@@ -85,7 +85,7 @@
"@unocss/eslint-config": "^0.54.0",
"@unocss/reset": "^0.54.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.1",
"concurrently": "^8.2.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
@@ -98,7 +98,7 @@
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vercel": "^31.2.0",
"vitest": "^0.33.0"
"vitest": "^0.34.1"
},
"engines": {
"node": ">=18.13.0"