From 4a7da79733270f5ab31484fbe0936542ce63180c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=9D=E5=93=B2?= Date: Mon, 5 Sep 2022 22:49:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=94=81=20remark-mdx=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BF=AE=E5=A4=8D=E5=90=AF=E5=8A=A8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e3afb886cd..014c3e7bcf 100644 --- a/package.json +++ b/package.json @@ -160,6 +160,7 @@ "monaco-editor": "0.21.3", "@babel/plugin-transform-spread": "7.12.1", "@babel/standalone": "7.12.6", - "d3-array": "2.12.1" + "d3-array": "2.12.1", + "remark-mdx": "1.6.22" } }