@lobehub/ui 1.145.4 → 1.145.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.145.4",
3
+ "version": "1.145.5",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -88,7 +88,6 @@
88
88
  "@react-spring/web": "^9.7.3",
89
89
  "@shikijs/transformers": "^1.7.0",
90
90
  "@splinetool/runtime": "^0.9.526",
91
- "ahooks": "^3.8.0",
92
91
  "chroma-js": "^2.4.2",
93
92
  "dayjs": "^1.11.11",
94
93
  "emoji-mart": "^5.6.0",
@@ -97,7 +96,6 @@
97
96
  "immer": "^10.1.1",
98
97
  "leva": "^0.9.35",
99
98
  "lodash-es": "^4.17.21",
100
- "lucide-react": "latest",
101
99
  "numeral": "^2.0.6",
102
100
  "polished": "^4.3.1",
103
101
  "prism-react-renderer": "^2.3.1",
@@ -163,8 +161,10 @@
163
161
  "vitest": "~1.2.2"
164
162
  },
165
163
  "peerDependencies": {
164
+ "ahooks": ">=3",
166
165
  "antd": ">=5.13.0",
167
166
  "antd-style": ">=3",
167
+ "lucide-react": ">=0.396.0",
168
168
  "react": ">=18",
169
169
  "react-dom": ">=18"
170
170
  },