chore: update dependencies in package.json to latest minor versions

This commit is contained in:
Teetow
2026-02-16 22:35:23 +01:00
parent fa127a99d9
commit ae8f8cafa4

View File

@@ -10,26 +10,26 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.3.1",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/tailwind": "^6.0.2",
"@fontsource-variable/signika": "^5.0.8",
"@fontsource/twinkle-star": "^5.0.8",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"astro": "^5.13.9",
"@fontsource-variable/signika": "^5.2.8",
"@fontsource/twinkle-star": "^5.2.8",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"astro": "^5.17.2",
"astro-compressor": "^0.4.1",
"astro-icon": "^0.8.1",
"astro-lazy-youtube-embed": "^0.5.4",
"astro-icon": "^0.8.2",
"astro-lazy-youtube-embed": "^0.5.5",
"classnames": "^2.5.1",
"platform": "^1.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.6"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"@types/platform": "^1.3.6",
"postcss-nesting": "^12.0.2"
"postcss-nesting": "^12.1.5"
}
}