cleanup demo

This commit is contained in:
Adam Matthiesen 2024-01-23 12:36:55 -08:00
parent b92c5cd388
commit 050c724b32
1 changed files with 5 additions and 5 deletions

View File

@ -10,11 +10,11 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.2.1",
"@matthiesenxyz/astro-ghostcms": "2.1.8"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"@matthiesenxyz/astro-ghostcms": "2.1.8",
"astro": "^4.2.0",
"astro-robots-txt": "^1.0.0",
"typescript": "^5.3.3",
"zod-validation-error": "^3.0.0"
"typescript": "^5.3.3"
}
}