downgrade vitest to fix peer constraint.

This commit is contained in:
Nystik
2026-05-11 01:43:20 +02:00
parent 9d6dd242a9
commit 8ebc7dac5a
3 changed files with 1151 additions and 752 deletions

3
.gitattributes vendored Normal file
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

1898
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,6 +25,6 @@
"lucide-svelte": "^0.577.0", "lucide-svelte": "^0.577.0",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"svelte": "^4.2.20", "svelte": "^4.2.20",
"vitest": "^4.1.2" "vitest": "^3.2.4"
} }
} }