From 842604a7bdec33cb631d98e761779036088be6c1 Mon Sep 17 00:00:00 2001 From: roll Date: Mon, 25 Sep 2023 10:10:30 +0100 Subject: [PATCH] Use exact version for portal --- portal/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/package.json b/portal/package.json index b84b1a60..931e32ea 100644 --- a/portal/package.json +++ b/portal/package.json @@ -8,7 +8,7 @@ "preview": "astro preview" }, "dependencies": { - "@astrojs/starlight": "^0.9.1", - "astro": "^3.0.12" + "@astrojs/starlight": "0.9.1", + "astro": "3.0.12" } }