upgraded vitest

This commit is contained in:
=
2025-09-18 17:39:53 -07:00
parent 4f89675267
commit 61d1fabb6e
2 changed files with 412 additions and 523 deletions
+409 -520
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -52,8 +52,8 @@
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "1.6.1",
"@vitest/ui": "1.6.1",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "14.2.32",
@@ -63,7 +63,7 @@
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"vite": "^5.4.20",
"vitest": "1.6.1"
"vitest": "^3.2.4"
},
"overrides": {
"prismjs": ">=1.30.0",