diff --git a/bun.lockb b/bun.lockb index fd29a92..9afd764 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6dd7986..270ce79 100644 --- a/package.json +++ b/package.json @@ -6,32 +6,32 @@ "license": "MIT", "author": "AREA44", "scripts": { - "dev": "bunx --bun astro dev", - "start": "bunx --bun astro dev", - "build": "bunx --bun astro build", - "preview": "bunx --bun astro preview", + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", "format": "prettier -w . --cache" }, "dependencies": { - "@astrojs/react": "^3.3.0", + "@astrojs/react": "^3.3.1", "@astrojs/tailwind": "^5.1.0", - "astro": "^4.6.1", + "astro": "^4.7.0", "cal-sans": "^1.0.1", "class-variance-authority": "^0.7.0", - "clsx": "^2.1.0", - "lucide-react": "^0.368.0", + "clsx": "^2.1.1", + "lucide-react": "^0.373.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sharp": "^0.33.3", - "tailwind-merge": "^2.2.2", + "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@types/react": "^18.2.78", + "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", - "prettier-plugin-tailwindcss": "^0.5.13" + "prettier-plugin-tailwindcss": "^0.5.14" } } diff --git a/vercel.json b/vercel.json index bbf903d..fda158a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,6 @@ { "installCommand": "bun install", - "buildCommand": "bunx --bun astro build", + "buildCommand": "astro build", "outputDirectory": "dist", "github": { "silent": true