diff --git a/package.json b/package.json index 71b3bac..eacbf1c 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,13 @@ "format": "prettier -w . --cache" }, "dependencies": { - "@astrojs/react": "^3.1.0", + "@astrojs/react": "^3.1.1", "@astrojs/tailwind": "^5.1.0", - "astro": "^4.5.12", + "astro": "^4.5.16", "cal-sans": "^1.0.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", - "lucide-react": "^0.363.0", + "lucide-react": "^0.365.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sharp": "^0.33.3", @@ -28,8 +28,8 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@types/react": "^18.2.73", - "@types/react-dom": "^18.2.23", + "@types/react": "^18.2.74", + "@types/react-dom": "^18.2.24", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", "prettier-plugin-tailwindcss": "^0.5.13"