From 59dfab017162690a8ac251f6b533c9b3244566d5 Mon Sep 17 00:00:00 2001 From: Chen Hui Jing <1461498+huijing@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:48:54 +0800 Subject: [PATCH] chore: bump dependencies to latest versions (#56) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9e81415..c23d6c5 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@astrojs/starlight": "^0.29.0", - "@interledger/docs-design-system": "^0.5.2", - "astro": "^4.16.11", + "@interledger/docs-design-system": "^0.5.4", + "astro": "^4.16.12", "rehype-mathjax": "^6.0.0", "remark-math": "^6.0.0", "sharp": "^0.33.5",