Fix @astrojs/mdx version for Astro 6 compatibility
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user