Move @vitest/mocker from dependencies to devDependencies

Test utility was incorrectly listed as a production dependency,
adding unnecessary weight to the production Docker image.
This commit is contained in:
Pier-Jean Malandrino 2026-04-01 14:55:31 +02:00
parent f190b39bec
commit b93cf43c2a

View file

@ -16,7 +16,6 @@
"format:check": "prettier --check src/"
},
"dependencies": {
"@vitest/mocker": "^4.1.2",
"dompurify": "^3.3.3",
"marked": "^17.0.4",
"pinia": "^2.3.0",
@ -25,6 +24,7 @@
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@vitest/mocker": "^4.1.2",
"@types/dompurify": "^3.2.0",
"@vitejs/plugin-vue": "^6.0.5",
"eslint": "^9.0.0",