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:
+8
-8
@@ -16,15 +16,15 @@
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@astrojs/sitemap": "^3.4.1",
|
||||
"@resvg/resvg-js": "^2.6.2",
|
||||
"@tailwindcss/vite": "^4.1.10",
|
||||
"astro": "^5.10.0",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"astro": "^5.11.0",
|
||||
"dayjs": "^1.11.13",
|
||||
"lodash.kebabcase": "^4.1.1",
|
||||
"remark-collapse": "^0.1.2",
|
||||
"remark-toc": "^9.0.0",
|
||||
"satori": "^0.15.2",
|
||||
"sharp": "^0.34.2",
|
||||
"tailwindcss": "^4.1.10"
|
||||
"tailwindcss": "^4.1.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
@@ -32,15 +32,15 @@
|
||||
"@shikijs/transformers": "^3.7.0",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@types/lodash.kebabcase": "^4.1.9",
|
||||
"@typescript-eslint/parser": "^8.34.1",
|
||||
"eslint": "^9.29.0",
|
||||
"@typescript-eslint/parser": "^8.36.0",
|
||||
"eslint": "^9.30.1",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"globals": "^16.2.0",
|
||||
"globals": "^16.3.0",
|
||||
"pagefind": "^1.3.0",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.13",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.34.1"
|
||||
"typescript-eslint": "^8.36.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user