@mbao01/common 0.0.47 → 0.0.48
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 +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mbao01/common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.48",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Ayomide Bakare",
|
|
7
7
|
"license": "MIT",
|
|
@@ -102,7 +102,9 @@
|
|
|
102
102
|
"clsx": "^2.1.1",
|
|
103
103
|
"cmdk": "^1.0.0",
|
|
104
104
|
"daisyui": "^4.12.13",
|
|
105
|
+
"date-fns": "^4.1.0",
|
|
105
106
|
"embla-carousel-react": "^8.3.0",
|
|
107
|
+
"react-day-picker": "^9.2.0",
|
|
106
108
|
"react-dropzone": "^14.2.10",
|
|
107
109
|
"react-international-phone": "^4.3.0",
|
|
108
110
|
"react-otp-input": "^3.1.1",
|
|
@@ -110,6 +112,7 @@
|
|
|
110
112
|
"sonner": "^1.5.0",
|
|
111
113
|
"tailwind-merge": "^2.5.4",
|
|
112
114
|
"tailwindcss-animate": "^1.0.7",
|
|
115
|
+
"timescape": "^0.6.1",
|
|
113
116
|
"universal-cookie": "^7.2.1",
|
|
114
117
|
"vaul": "^1.1.0"
|
|
115
118
|
},
|
|
@@ -143,7 +146,6 @@
|
|
|
143
146
|
"@vitest/ui": "^2.1.3",
|
|
144
147
|
"autoprefixer": "^10.4.20",
|
|
145
148
|
"axe-playwright": "^2.0.3",
|
|
146
|
-
"date-fns": "^4.1.0",
|
|
147
149
|
"eslint": "^8.57.1",
|
|
148
150
|
"eslint-plugin-react": "^7.37.2",
|
|
149
151
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
@@ -155,12 +157,10 @@
|
|
|
155
157
|
"postcss": "^8.4.47",
|
|
156
158
|
"prettier": "^3.3.3",
|
|
157
159
|
"react": "^18.3.1",
|
|
158
|
-
"react-day-picker": "^9.2.0",
|
|
159
160
|
"react-dom": "^18.3.1",
|
|
160
161
|
"react-router-dom": "^6.27.0",
|
|
161
162
|
"storybook": "^8.3.6",
|
|
162
163
|
"tailwindcss": "^3.4.14",
|
|
163
|
-
"timescape": "^0.6.1",
|
|
164
164
|
"typescript": "^5.6.3",
|
|
165
165
|
"vite": "^5.4.10",
|
|
166
166
|
"vite-plugin-dts": "^4.3.0",
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
"react-dom": "^18.2.0",
|
|
172
172
|
"typescript": "^5.2.2"
|
|
173
173
|
},
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "34986ed4f7018e59f157e933f118ba68be32fb98"
|
|
175
175
|
}
|