build(deps): update astro and other dependencies (#557)

- Bump @tailwindcss/vite, astro, and tailwindcss to 4.1.11, 5.11.0, and 4.1.11 respectively.
- Upgrade eslint, prettier, and related packages to their latest versions.
- Update typescript-eslint packages to 8.36.0 for improved compatibility.

* fix: disable ts check for tailwindcss plugin

* fix: adjust list item formatting in tailwind typography example
This commit is contained in:
Sat Naing
2025-07-09 23:29:31 +07:00
committed by GitHub
parent 2a2dcc0de8
commit e03aed6bf2
4 changed files with 211 additions and 209 deletions
+4
View File
@@ -35,6 +35,10 @@ export default defineConfig({
},
},
vite: {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
// This will be fixed in Astro 6 with Vite 7 support
// See: https://github.com/withastro/astro/issues/14030
plugins: [tailwindcss()],
optimizeDeps: {
exclude: ["@resvg/resvg-js"],