diff --git a/bun.lockb b/bun.lockb index cc8de59..054c0ff 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0e49fa2..f75c1de 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,8 @@ }, "dependencies": { "@nuxt/kit": "^3.7.2", - "typescript": "^5.2.2" + "typescript": "^5.2.2", + "split-type": "^0.3.3" }, "devDependencies": { "@nuxt/devtools": "latest", @@ -58,7 +59,6 @@ "changelogen": "^0.5.5", "eslint": "^8.49.0", "nuxt": "^3.7.3", - "split-type": "^0.3.3", "vitest": "^0.33.0" } -} \ No newline at end of file +}