@verifiedinc-public/shared-ui-elements 6.2.5 → 6.2.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
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@verifiedinc-public/shared-ui-elements",
|
3
|
-
"version": "6.2.
|
3
|
+
"version": "6.2.6",
|
4
4
|
"description": "A set of UI components, utilities that is shareable with the core apps.",
|
5
5
|
"private": false,
|
6
6
|
"keywords": [],
|
@@ -96,13 +96,6 @@
|
|
96
96
|
"eslint-plugin-vitest": "^0.0.53",
|
97
97
|
"jsdom": "^24.1.0",
|
98
98
|
"prettier": "^3.3.3",
|
99
|
-
"react": "^18",
|
100
|
-
"react-datepicker": "^7.6.0",
|
101
|
-
"react-dnd": "^16.0.1",
|
102
|
-
"react-dnd-html5-backend": "^16.0.1",
|
103
|
-
"react-dom": "^18",
|
104
|
-
"react-hook-form": "^7.52.1",
|
105
|
-
"react-imask": "^7.6.1",
|
106
99
|
"storybook": "^8.3.1",
|
107
100
|
"tsconfig-paths": "^4.2.0",
|
108
101
|
"tsx": "^3.12.4",
|
@@ -121,23 +114,24 @@
|
|
121
114
|
"@mona-health/react-input-mask": "^3.0.3",
|
122
115
|
"@mui/icons-material": "^5 || ^6",
|
123
116
|
"@mui/material": "^5 || ^6",
|
124
|
-
"@tanstack/react-query": "
|
117
|
+
"@tanstack/react-query": ">=5",
|
125
118
|
"decimal.js": ">=10.4.3",
|
126
119
|
"framer-motion": ">=11.15.0",
|
127
|
-
"immer": "
|
128
|
-
"libphonenumber-js": "
|
129
|
-
"notistack": "
|
130
|
-
"qrcode": "
|
131
|
-
"react": "
|
132
|
-
"react-
|
133
|
-
"react-dnd
|
134
|
-
"react-
|
135
|
-
"react-
|
136
|
-
"react-
|
137
|
-
"react-
|
120
|
+
"immer": ">=10",
|
121
|
+
"libphonenumber-js": ">=1.11.11",
|
122
|
+
"notistack": ">=3.0.1",
|
123
|
+
"qrcode": ">=1.5.4",
|
124
|
+
"react": ">=18",
|
125
|
+
"react-datepicker": ">=7.6.0",
|
126
|
+
"react-dnd": ">=16.0.1",
|
127
|
+
"react-dnd-html5-backend": ">=16.0.1",
|
128
|
+
"react-dom": ">=18",
|
129
|
+
"react-hook-form": ">=7.52.1",
|
130
|
+
"react-imask": ">=7.6.1",
|
131
|
+
"react-to-pdf": ">=2.0.0",
|
138
132
|
"recharts": ">=2.15.0",
|
139
133
|
"tinycolor2": ">=1.6.0",
|
140
|
-
"zod": "
|
134
|
+
"zod": ">=3.23.8"
|
141
135
|
},
|
142
136
|
"optionalDependencies": {
|
143
137
|
"@rollup/rollup-linux-x64-gnu": "4.9.5"
|