feat: add madeira blog post upgrade astro
Some checks failed
Deploy to SFTP Server / build (push) Failing after 5m43s

This commit is contained in:
2025-02-16 15:33:45 +01:00
parent dccd816f6e
commit 4c3e35efbf
48 changed files with 2839 additions and 3235 deletions

View File

@@ -10,33 +10,33 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.1",
"@astrojs/svelte": "^5.6.0",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.11.0",
"astro-i18n-aut": "^0.7.0",
"exifreader": "^4.23.3",
"svelte": "^4.2.18",
"svelte-gestures": "^5.0.1",
"tailwindcss": "^3.4.4",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.8",
"@astrojs/svelte": "^7.0.4",
"@astrojs/tailwind": "^6.0.0",
"astro": "^5.3.0",
"astro-i18n-aut": "^0.7.3",
"exifreader": "^4.26.1",
"svelte": "^5.20.1",
"svelte-gestures": "^5.1.3",
"tailwindcss": "^4.0.6",
"thumbhash": "^0.1.1",
"typescript": "^5.5.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@astrojs/sitemap": "^3.1.6",
"@iconify-json/tabler": "^1.1.114",
"@types/markdown-it": "^14.1.1",
"@unocss/preset-icons": "^0.61.0",
"@unocss/reset": "^0.61.0",
"astro-font": "^0.0.81",
"@astrojs/sitemap": "^3.2.1",
"@iconify-json/tabler": "^1.2.16",
"@types/markdown-it": "^14.1.2",
"@unocss/preset-icons": "^65.5.0",
"@unocss/reset": "^65.5.0",
"astro-font": "^1.0.0",
"markdown-it": "^14.1.0",
"ogl": "^1.0.7",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"sharp": "^0.33.4",
"unocss": "^0.61.0",
"unplugin-icons": "^0.19.0",
"vite-plugin-glsl": "^1.3.0"
"ogl": "^1.0.11",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5",
"unocss": "^65.5.0",
"unplugin-icons": "^22.0.0",
"vite-plugin-glsl": "^1.3.1"
}
}