fix(build): upgrade Vitest 3.2.4 → 4.1.4 + script typecheck tsc -b + FTD-13

This commit is contained in:
Hermann_Kitio 2026-04-17 18:29:13 +03:00
parent 2d7caf041a
commit 28c9c08d31
3 changed files with 171 additions and 1745 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"typecheck": "tsc --noEmit -p tsconfig.app.json",
"typecheck": "tsc -b --noEmit",
"lint": "eslint .",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
@ -36,7 +36,7 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/coverage-v8": "^4.1.4",
"eslint": "^9.39.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^7.0.1",
@ -48,6 +48,6 @@
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.4",
"vitest": "^3.2.4"
"vitest": "^4.1.4"
}
}