update dependencies

This commit is contained in:
2025-07-31 17:31:32 -05:00
parent 9b06927477
commit 2b0467b059
2 changed files with 7 additions and 7 deletions

View File

@@ -12,20 +12,20 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/node": "^9.2.2",
"@astrojs/mdx": "4.3.2",
"@astrojs/node": "9.3.2",
"@astrojs/react": "^4.3.0",
"@astrojs/starlight": "^0.35.2",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.6.1",
"astro": "5.12.7",
"framer-motion": "^12.16.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hotkeys-hook": "^5.1.0",
"react-icons": "^5.5.0",
"sharp": "^0.34.2",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.2",
"tailwindcss": "^4.1.8"
},
"devDependencies": {