From 1b0b76fdb79190d1f9fc8037559b934efd4c38db Mon Sep 17 00:00:00 2001 From: Chen Hui Jing <1461498+huijing@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:10:11 +0800 Subject: [PATCH] Update DDS package to fix mermaid diagrams --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b1a705..09d01e4 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "dependencies": { "@astrojs/node": "^8.2.3", "@astrojs/starlight": "^0.21.1", - "@interledger/docs-design-system": "^0.3.0", + "@interledger/docs-design-system": "^0.3.2", "@types/showdown": "^2.0.6", - "astro": "^4.5.3", + "astro": "^4.5.4", "html-to-text": "^9.0.5", "markdown-it": "^14.0.0", "node-html-parser": "^6.1.12",