chore(deps): 添加 lodash 依赖包

- 在 package.json 中新增 lodash 依赖,版本为 ^4.17.21
- 更新依赖配置以支持工具函数库的引入
This commit is contained in:
2026-04-01 09:35:42 +08:00
parent 67573c1d9d
commit 4d13acacc2

View File

@@ -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": {}
}
}