chore: downgrade vitest and related packages to version 4.0.18

This commit is contained in:
GitHub Actions
2026-03-24 01:52:48 +00:00
parent a5daaa5e8c
commit c822ba7582
2 changed files with 1096 additions and 116 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -68,10 +68,10 @@
"@typescript-eslint/parser": "^8.57.1",
"@typescript-eslint/utils": "^8.57.1",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-istanbul": "^4.1.0",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/coverage-istanbul": "^4.0.18",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/eslint-plugin": "^1.6.13",
"@vitest/ui": "^4.1.0",
"@vitest/ui": "^4.0.18",
"autoprefixer": "^10.4.27",
"eslint": "^10.1.0",
"eslint-import-resolver-typescript": "^4.4.4",
@@ -94,7 +94,7 @@
"typescript": "^6.0.1-rc",
"typescript-eslint": "^8.57.1",
"vite": "^8.0.1",
"vitest": "^4.1.0",
"vitest": "^4.0.18",
"zod-validation-error": "^5.0.0"
},
"overrides": {