From 38a2de043547e808c4b0e9f17b8307a305a8cfd1 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Mon, 27 Apr 2026 19:19:23 +0700 Subject: [PATCH] Fix @astrojs/mdx version for Astro 6 compatibility --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a8a853e..7a5f44f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "astro-tina-starter", + "name": "astro-tina-sample", "type": "module", - "version": "2.0.0", - "description": "Astro 6 + Tina CMS starter template with Tailwind CSS 4.x", + "version": "1.0.0", + "description": "Astro 6 + Tina CMS sample", "scripts": { "dev": "tinacms dev --port 3001 & astro dev", "dev:astro": "astro dev", @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/mdx": "^4.0.0", + "@astrojs/mdx": "^3.1.9", "@tailwindcss/typography": "^0.5.15", "@tailwindcss/vite": "^4.0.0", "astro": "^6.1.7",