From 1f21e99b1447f73612d6472a3103e8568b89a2e6 Mon Sep 17 00:00:00 2001 From: Chen Hui Jing <1461498+huijing@users.noreply.github.com> Date: Tue, 8 Jul 2025 08:56:37 +0300 Subject: [PATCH] Bump dependencies to latest versions --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e96b18e..2ab2756 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.34.3", - "@interledger/docs-design-system": "^0.7.1", - "astro": "^5.7.13", - "sharp": "^0.34.1", + "@astrojs/starlight": "^0.34.4", + "@interledger/docs-design-system": "^0.8.0", + "astro": "^5.11.0", + "sharp": "^0.34.2", "starlight-fullview-mode": "^0.2.3", - "starlight-links-validator": "^0.16.0" + "starlight-links-validator": "^0.17.0" } }