Moved vitest to devDependencies.

This commit is contained in:
SamTV12345 2024-08-16 22:57:25 +02:00
parent c7a2dea4d1
commit 870dbf6ce0

View file

@ -73,8 +73,7 @@
"ueberdb2": "^4.2.93", "ueberdb2": "^4.2.93",
"underscore": "1.13.7", "underscore": "1.13.7",
"unorm": "1.6.0", "unorm": "1.6.0",
"wtfnode": "^0.9.3", "wtfnode": "^0.9.3"
"vitest": "^2.0.5"
}, },
"bin": { "bin": {
"etherpad-healthcheck": "../bin/etherpad-healthcheck", "etherpad-healthcheck": "../bin/etherpad-healthcheck",
@ -109,7 +108,8 @@
"sinon": "^18.0.0", "sinon": "^18.0.0",
"split-grid": "^1.0.11", "split-grid": "^1.0.11",
"supertest": "^7.0.0", "supertest": "^7.0.0",
"typescript": "^5.5.4" "typescript": "^5.5.4",
"vitest": "^2.0.5"
}, },
"engines": { "engines": {
"node": ">=18.18.2", "node": ">=18.18.2",