@lobehub/ui 1.145.3 → 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 +4 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.145.3",
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",
@@ -75,8 +75,6 @@
75
75
  ]
76
76
  },
77
77
  "dependencies": {
78
- "@ant-design/colors": "^7.0.2",
79
- "@ant-design/icons": "^5.3.7",
80
78
  "@babel/runtime": "^7.24.7",
81
79
  "@dnd-kit/core": "^6.1.0",
82
80
  "@dnd-kit/modifiers": "^7.0.0",
@@ -90,7 +88,6 @@
90
88
  "@react-spring/web": "^9.7.3",
91
89
  "@shikijs/transformers": "^1.7.0",
92
90
  "@splinetool/runtime": "^0.9.526",
93
- "ahooks": "^3.8.0",
94
91
  "chroma-js": "^2.4.2",
95
92
  "dayjs": "^1.11.11",
96
93
  "emoji-mart": "^5.6.0",
@@ -99,7 +96,6 @@
99
96
  "immer": "^10.1.1",
100
97
  "leva": "^0.9.35",
101
98
  "lodash-es": "^4.17.21",
102
- "lucide-react": "latest",
103
99
  "numeral": "^2.0.6",
104
100
  "polished": "^4.3.1",
105
101
  "prism-react-renderer": "^2.3.1",
@@ -127,6 +123,7 @@
127
123
  "zustand-utils": "^1.3.2"
128
124
  },
129
125
  "devDependencies": {
126
+ "@ant-design/icons": "^5.3.7",
130
127
  "@commitlint/cli": "^19.3.0",
131
128
  "@lobehub/lint": "^1.23.4",
132
129
  "@testing-library/react": "^14.3.1",
@@ -140,7 +137,6 @@
140
137
  "@types/react-dom": "^18.3.0",
141
138
  "@types/uuid": "^10.0.0",
142
139
  "@vitest/coverage-v8": "~1.2.2",
143
- "antd-style": "^3.6.2",
144
140
  "babel-plugin-antd-style": "^1.0.4",
145
141
  "commitlint": "^19.3.0",
146
142
  "concurrently": "^8.2.2",
@@ -165,8 +161,10 @@
165
161
  "vitest": "~1.2.2"
166
162
  },
167
163
  "peerDependencies": {
164
+ "ahooks": ">=3",
168
165
  "antd": ">=5.13.0",
169
166
  "antd-style": ">=3",
167
+ "lucide-react": ">=0.396.0",
170
168
  "react": ">=18",
171
169
  "react-dom": ">=18"
172
170
  },