From aa5d0b57ea481c70e2f71b77d407851d963a846c Mon Sep 17 00:00:00 2001 From: Chen Hui Jing <1461498+huijing@users.noreply.github.com> Date: Fri, 3 May 2024 17:32:10 +0800 Subject: [PATCH] chore: bump dependencies to latest versions --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0bc4b17..cd192e8 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.21.3", - "@interledger/docs-design-system": "^0.3.2", - "astro": "^4.5.16", + "@astrojs/starlight": "^0.22.1", + "@interledger/docs-design-system": "^0.5.0", + "astro": "^4.7.1", "sharp": "^0.33.3" } }