Merge pull request #30 from scub-france/fix/move-vitest-mocker-to-devdeps

Fix/move vitest mocker to devdeps
This commit is contained in:
Pier-Jean Malandrino 2026-04-02 10:56:16 +02:00 committed by GitHub
commit 0e302c30ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View file

@ -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*

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",