From fc15e25bcab798f649400c3489346e1dce27283e Mon Sep 17 00:00:00 2001 From: chunquansang <916920620@è¯@qq.com> Date: Fri, 3 Nov 2023 17:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=89=88=E6=9C=AC=E5=88=86?= =?UTF-8?q?=E5=B8=83=E8=A1=A8=E5=8D=95=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index f0a409c..46e24ee 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "classnames": "^2.3.2", "echarts": "^5.4.3", "echarts-for-react": "^3.0.2", + "js-yaml": "^4.1.0", "lodash": "^4.17.21", "moment": "^2.29.4", "omit.js": "^2.0.2", @@ -76,6 +77,7 @@ "@types/express": "^4.17.17", "@types/history": "^4.7.11", "@types/jest": "^29.5.1", + "@types/js-yaml": "^4.0.8", "@types/lodash": "^4.14.195", "@types/react": "^18.2.7", "@types/react-dom": "^18.2.4",