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",