From b162b675fdf5ae2a06bbe3760c4d9631c4d84a71 Mon Sep 17 00:00:00 2001 From: Joseph Hau Date: Thu, 23 Jan 2025 09:28:31 +0800 Subject: [PATCH] fix: add remark-directive to peerDependencies --- libs/copilot/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/copilot/package.json b/libs/copilot/package.json index 63e68aec7e..97337266b6 100644 --- a/libs/copilot/package.json +++ b/libs/copilot/package.json @@ -57,6 +57,9 @@ "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.2.0" }, + "peerDependencies": { + "remark-directive": "^3.0.0" + }, "pnpm": { "overrides": { "vite@>=4.4.0 <4.4.12": ">=4.4.12",