Updated to Astro 6
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m7s

This commit is contained in:
2026-03-19 11:02:58 -06:00
parent e6f6be20ce
commit f88976882b
2 changed files with 133 additions and 237 deletions

View File

@@ -10,19 +10,19 @@
"nix": "nix develop"
},
"dependencies": {
"@astrojs/mdx": "4.3.13",
"@astrojs/node": "9.5.4",
"@astrojs/rss": "4.0.15",
"@astrojs/vue": "5.1.4",
"@astrojs/mdx": "5.0.2",
"@astrojs/node": "10.0.2",
"@astrojs/rss": "4.0.17",
"@astrojs/vue": "6.0.1",
"@iarna/toml": "^2.2.5",
"@react-pdf/renderer": "^4.3.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"astro": "5.18.0",
"@tailwindcss/vite": "^4.2.2",
"astro": "6.0.6",
"react": "^19.2.4",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.1",
"vue": "^3.5.29"
"tailwindcss": "^4.2.2",
"vue": "^3.5.30"
},
"devDependencies": {
"@types/react": "^19.2.14",