diff --git a/bun.lockb b/bun.lockb index 6336308..a7a0352 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 24cc8e2..d10ddbb 100644 --- a/package.json +++ b/package.json @@ -11,19 +11,20 @@ "astro": "astro" }, "dependencies": { - "@astrojs/tailwind": "^5.1.5", + "@astrojs/tailwind": "^6.0.2", "@fontsource/inter": "^5.2.8", - "astro": "^4.16.19", + "@tailwindcss/postcss": "^4.1.17", + "astro": "^5.16.0", "embla-carousel-autoplay": "^8.6.0", "embla-carousel-react": "^8.6.0", - "framer-motion": "^11.18.2", - "npm-check-updates": "^16.14.20", - "tailwindcss": "^3.4.17" + "framer-motion": "^12.23.24", + "npm-check-updates": "^19.1.2", + "tailwindcss": "^4.1.17" }, "devDependencies": { - "@astrojs/react": "^3.6.3", - "prettier": "3.3.3", - "react": "^18.3.1", - "react-dom": "^18.3.1" + "@astrojs/react": "^4.4.2", + "prettier": "3.6.2", + "react": "^19.2.0", + "react-dom": "^19.2.0" } }