Skip to content

Commit

Permalink
build(deps): 添加 lodash 库
Browse files Browse the repository at this point in the history
- 在 package.json 中添加 lodash "^4.17.21" 作为项目依赖
- 在 package.json 中添加 @types/lodash "^4.17.15" 作为类型定义依赖
  • Loading branch information
neooier committed Jan 29, 2025
1 parent c5e485f commit 70b2aaa
Show file tree
Hide file tree
Showing 2 changed files with 784 additions and 2,292 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@tauri-apps/plugin-updater": "~2",
"driver.js": "^1.3.1",
"i18next": "^24.2.0",
"lodash": "^4.17.21",
"lucide-react": "^0.469.0",
"markdown-it": "^14.1.0",
"react": "^19.0.0",
Expand All @@ -49,6 +50,7 @@
"@nolebase/vitepress-plugin-page-properties": "^2.12.0",
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/cli": "^2.1.0",
"@types/lodash": "^4.17.15",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/uuid": "^10.0.0",
Expand Down
Loading

0 comments on commit 70b2aaa

Please sign in to comment.