Fix @astrojs/mdx version for Astro 6 compatibility
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-04-27 19:19:23 +07:00
parent 4ab5f16798
commit 38a2de0435

View File

@@ -1,8 +1,8 @@
{ {
"name": "astro-tina-starter", "name": "astro-tina-sample",
"type": "module", "type": "module",
"version": "2.0.0", "version": "1.0.0",
"description": "Astro 6 + Tina CMS starter template with Tailwind CSS 4.x", "description": "Astro 6 + Tina CMS sample",
"scripts": { "scripts": {
"dev": "tinacms dev --port 3001 & astro dev", "dev": "tinacms dev --port 3001 & astro dev",
"dev:astro": "astro dev", "dev:astro": "astro dev",
@@ -13,7 +13,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.0", "@astrojs/mdx": "^3.1.9",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0", "@tailwindcss/vite": "^4.0.0",
"astro": "^6.1.7", "astro": "^6.1.7",