diff --git a/ .vscode/settings.json b/.vscode/settings.json similarity index 100% rename from .vscode/settings.json rename to .vscode/settings.json diff --git a/bun.lock b/bun.lock index ecaa496..75f39ee 100644 --- a/bun.lock +++ b/bun.lock @@ -7,8 +7,8 @@ "dependencies": { "@libsql/client": "0.17.3", "bcryptjs": "3.0.3", - "class-variance-authority": "^0.7.1", - "clsx": "^2.1.1", + "class-variance-authority": "0.7.1", + "clsx": "2.1.1", "dotenv": "17.4.1", "drizzle-orm": "0.45.2", "drizzle-pkg": "workspace:*", @@ -16,12 +16,12 @@ "drizzle-zod": "0.8.3", "log4js": "6.9.1", "logger": "workspace:*", - "lucide-vue-next": "^1.0.0", + "lucide-vue-next": "1.0.0", "mime": "4.1.0", "multer": "2.1.1", "nuxt": "4.4.5", - "reka-ui": "^2.9.7", - "tailwind-merge": "^3.6.0", + "reka-ui": "2.9.7", + "tailwind-merge": "3.6.0", "tailwindcss": "4.3.0", "ufo": "1.6.3", "vue": "3.5.32", @@ -29,13 +29,13 @@ "zod": "4.3.6", }, "devDependencies": { - "@tailwindcss/vite": "^4.3.0", + "@tailwindcss/vite": "4.3.0", "@types/multer": "2.1.0", - "@types/node": "^25.8.0", + "@types/node": "25.8.0", "drizzle-kit": "0.31.10", - "shadcn-nuxt": "^2.7.3", + "shadcn-nuxt": "2.7.3", "tsx": "4.21.0", - "tw-animate-css": "^1.4.0", + "tw-animate-css": "1.4.0", "typescript": "6.0.2", }, }, diff --git a/package.json b/package.json index 677ddd5..6c88aa2 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "dependencies": { "@libsql/client": "0.17.3", "bcryptjs": "3.0.3", - "class-variance-authority": "^0.7.1", - "clsx": "^2.1.1", + "class-variance-authority": "0.7.1", + "clsx": "2.1.1", "dotenv": "17.4.1", "drizzle-orm": "0.45.2", "drizzle-pkg": "workspace:*", @@ -32,12 +32,12 @@ "drizzle-zod": "0.8.3", "log4js": "6.9.1", "logger": "workspace:*", - "lucide-vue-next": "^1.0.0", + "lucide-vue-next": "1.0.0", "mime": "4.1.0", "multer": "2.1.1", "nuxt": "4.4.5", - "reka-ui": "^2.9.7", - "tailwind-merge": "^3.6.0", + "reka-ui": "2.9.7", + "tailwind-merge": "3.6.0", "tailwindcss": "4.3.0", "ufo": "1.6.3", "vue": "3.5.32", @@ -45,13 +45,13 @@ "zod": "4.3.6" }, "devDependencies": { - "@tailwindcss/vite": "^4.3.0", + "@tailwindcss/vite": "4.3.0", "@types/multer": "2.1.0", - "@types/node": "^25.8.0", + "@types/node": "25.8.0", "drizzle-kit": "0.31.10", - "shadcn-nuxt": "^2.7.3", + "shadcn-nuxt": "2.7.3", "tsx": "4.21.0", - "tw-animate-css": "^1.4.0", + "tw-animate-css": "1.4.0", "typescript": "6.0.2" } } \ No newline at end of file