Merge pull request #30 from scub-france/fix/move-vitest-mocker-to-devdeps
Fix/move vitest mocker to devdeps
This commit is contained in:
commit
0e302c30ea
2 changed files with 6 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -11,6 +11,8 @@ site/
|
|||
.vscode/
|
||||
.run/
|
||||
.claude/
|
||||
CLAUDE.md
|
||||
*/CLAUDE.md
|
||||
*.iml
|
||||
|
||||
# OS
|
||||
|
|
@ -32,6 +34,9 @@ __pycache__/
|
|||
.venv/
|
||||
*.egg-info/
|
||||
|
||||
# Excalidraw working files
|
||||
docs/excalidraw/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
hs_err_pid*
|
||||
|
|
|
|||
|
|
@ -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