build: update deps

This commit is contained in:
rzmk 2025-11-24 14:20:30 -05:00
parent d66e01f117
commit bc3770ece5
2 changed files with 10 additions and 9 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -11,19 +11,20 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/tailwind": "^5.1.5", "@astrojs/tailwind": "^6.0.2",
"@fontsource/inter": "^5.2.8", "@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-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0", "embla-carousel-react": "^8.6.0",
"framer-motion": "^11.18.2", "framer-motion": "^12.23.24",
"npm-check-updates": "^16.14.20", "npm-check-updates": "^19.1.2",
"tailwindcss": "^3.4.17" "tailwindcss": "^4.1.17"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^3.6.3", "@astrojs/react": "^4.4.2",
"prettier": "3.3.3", "prettier": "3.6.2",
"react": "^18.3.1", "react": "^19.2.0",
"react-dom": "^18.3.1" "react-dom": "^19.2.0"
} }
} }