downgrade vitest to fix peer constraint.

This commit is contained in:
Nystik
2026-05-11 01:56:01 +02:00
parent 9d6dd242a9
commit 8ebc7dac5a
3 changed files with 1151 additions and 752 deletions
+3
View File
@@ -0,0 +1,3 @@
# Shell scripts must stay LF, even on Windows checkouts, so that they
# execute correctly inside Linux containers built from this repo.
*.sh text eol=lf
+1147 -751
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -25,6 +25,6 @@
"lucide-svelte": "^0.577.0",
"path-browserify": "^1.0.1",
"svelte": "^4.2.20",
"vitest": "^4.1.2"
"vitest": "^3.2.4"
}
}