From 766d6369ae0deb6f8097818591a6b50223575959 Mon Sep 17 00:00:00 2001 From: Emma Hamilton Date: Mon, 14 Oct 2024 16:26:46 +1000 Subject: [PATCH] Update peer dep --- packages/astro/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index 38561a461..5b1f234c9 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -43,7 +43,7 @@ }, "peerDependencies": { "@keystatic/core": "*", - "astro": "2 || 3 || 4", + "astro": "2 || 3 || 4 || 5", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -60,4 +60,4 @@ } } } -} +} \ No newline at end of file