From 4d13acacc2e2190d63e24237dcb6353322b1803f Mon Sep 17 00:00:00 2001 From: chenqi Date: Wed, 1 Apr 2026 09:35:42 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=B7=BB=E5=8A=A0=20lodash=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 package.json 中新增 lodash 依赖,版本为 ^4.17.21 - 更新依赖配置以支持工具函数库的引入 --- .../public/help-center/vuepress-theme-vdoing-doc/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/package.json b/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/package.json index 6ed468f8..58bd25e0 100644 --- a/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/package.json +++ b/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/package.json @@ -16,6 +16,7 @@ "dayjs": "^1.9.7", "inquirer": "^7.1.0", "json2yaml": "^1.1.0", + "lodash": "^4.17.21", "vuepress": "1.9.9", "vuepress-plugin-baidu-tongji": "^1.0.1", "vuepress-plugin-demo-block": "^0.7.2", @@ -27,4 +28,4 @@ "yamljs": "^0.3.0" }, "dependencies": {} -} +} \ No newline at end of file