From 050c724b32a9c3410ab95b8f1d5ecda889b54331 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 23 Jan 2024 12:36:55 -0800 Subject: [PATCH] cleanup demo --- demo/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/demo/package.json b/demo/package.json index bd9185e5..f68591e6 100644 --- a/demo/package.json +++ b/demo/package.json @@ -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" } }