📌(dependencies) pin vitest to 0.25.7

Vitest 0.26.0 was causing crashes during tests. I posted an issue here
https://github.com/vitest-dev/vitest/issues/2531
This commit is contained in:
Nathan Vasse
2022-12-20 10:44:01 +01:00
committed by NathanVss
parent b1b0037cad
commit f47b1a721e
2 changed files with 260 additions and 692 deletions

View File

@@ -63,6 +63,6 @@
"typescript": "4.9.4",
"vite": "4.0.2",
"vite-plugin-dts": "1.7.1",
"vitest": "0.26.0"
"vitest": "0.25.7"
}
}