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:
parent
f190b39bec
commit
b93cf43c2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue