diff --git a/bun.lockb b/bun.lockb index b809cac9..dde60c88 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index eb940fcb..734067b1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint:repo:fix": "bunx sherif@latest --fix", "typecheck": "turbo typecheck" }, - "devDependencies": { + "dependencies": { "@biomejs/biome": "1.8.3", "@manypkg/cli": "^0.21.4", "@t3-oss/env-nextjs": "^0.11.1", diff --git a/packages/ui/package.json b/packages/ui/package.json index 6483b07a..c5bc2865 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.20", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.10", @@ -34,7 +34,7 @@ "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", "class-variance-authority": "^0.7.0", - "lucide-react": "^0.436.0", + "lucide-react": "^0.438.0", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7" }