@zidsa/zidmui 1.5.5 → 1.5.6
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.
- package/package.json +21 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zidsa/zidmui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.6",
|
|
5
5
|
"description": "Zid MUI shared components and utilities",
|
|
6
6
|
"author": "Abdulaziz Homaily <a.homaily@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -164,9 +164,28 @@
|
|
|
164
164
|
"@mui/material": "7.3.5",
|
|
165
165
|
"react": "19.2.4",
|
|
166
166
|
"react-dom": "19.2.4",
|
|
167
|
-
"react-hook-form": "7.71.1",
|
|
168
167
|
"use-debounce": "10.1.0"
|
|
169
168
|
},
|
|
169
|
+
"peerDependenciesMeta": {
|
|
170
|
+
"@emotion/styled": {
|
|
171
|
+
"optional": true
|
|
172
|
+
},
|
|
173
|
+
"@mui/lab": {
|
|
174
|
+
"optional": true
|
|
175
|
+
},
|
|
176
|
+
"@mui/material": {
|
|
177
|
+
"optional": true
|
|
178
|
+
},
|
|
179
|
+
"react": {
|
|
180
|
+
"optional": true
|
|
181
|
+
},
|
|
182
|
+
"react-dom": {
|
|
183
|
+
"optional": true
|
|
184
|
+
},
|
|
185
|
+
"use-debounce": {
|
|
186
|
+
"optional": true
|
|
187
|
+
}
|
|
188
|
+
},
|
|
170
189
|
"devDependencies": {
|
|
171
190
|
"@commitlint/cli": "20.4.1",
|
|
172
191
|
"@commitlint/config-conventional": "20.4.1",
|