downgrade vitest to fix peer constraint.
This commit is contained in:
parent
9d6dd242a9
commit
8ebc7dac5a
3 changed files with 1151 additions and 752 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal 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
1898
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue