diff --git a/bun.lockb b/bun.lockb index 9afd764..5b1cb88 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 270ce79..f46e5eb 100644 --- a/package.json +++ b/package.json @@ -13,23 +13,23 @@ "format": "prettier -w . --cache" }, "dependencies": { - "@astrojs/react": "^3.3.1", + "@astrojs/react": "^3.3.2", "@astrojs/tailwind": "^5.1.0", - "astro": "^4.7.0", + "astro": "^4.7.1", "cal-sans": "^1.0.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.373.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "lucide-react": "^0.378.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "sharp": "^0.33.3", "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@types/react": "^18.2.79", - "@types/react-dom": "^18.2.25", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", "prettier-plugin-tailwindcss": "^0.5.14"