From 97886df50d229037c220ad19c572d5ce3b1e5d2a Mon Sep 17 00:00:00 2001 From: Luke Shiru Date: Fri, 13 Oct 2023 15:06:55 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20dependencies=20f?= =?UTF-8?q?or=20docs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 77741cb..d42a1e5 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,12 @@ }, "devDependencies": { "@astrojs/prefetch": "^0.4.1", - "@astrojs/starlight": "^0.11.0", + "@astrojs/starlight": "^0.11.1", "@astrojs/starlight-tailwind": "^2.0.0", - "@astrojs/tailwind": "^5.0.1", + "@astrojs/tailwind": "^5.0.2", "@changesets/cli": "^2.26.2", - "@types/node": "^20.8.4", - "astro": "^3.2.3", + "@types/node": "^20.8.5", + "astro": "^3.3.0", "c8": "^8.0.1", "cpy-cli": "^5.0.0", "esbuild": "^0.19.4",