mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user