fix(package.json): move "@sveltejs/enhanced-img" to devDeps

This commit is contained in:
mei (ckie) 2024-10-25 01:55:16 +03:00
parent 518fbaf61e
commit c83929cbdd
Signed by: ckie
GPG key ID: 13E79449C0525215
2 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -23,11 +23,11 @@
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.11",
"typescript": "^5.5.0",
"vite": "^5.4.4"
"vite": "^5.4.4",
"@sveltejs/enhanced-img": "^0.3.9"
},
"type": "module",
"dependencies": {
"@sveltejs/enhanced-img": "^0.3.9",
"clsx": "^2.1.1",
"svelte-highlight": "^7.7.0"
}