@mbao01/common 0.0.52 → 0.0.53
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 +4 -3
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.53",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Ayomide Bakare",
|
|
7
7
|
"license": "MIT",
|
|
@@ -108,7 +108,6 @@
|
|
|
108
108
|
"react-dropzone": "^14.2.10",
|
|
109
109
|
"react-international-phone": "^4.3.0",
|
|
110
110
|
"react-otp-input": "^3.1.1",
|
|
111
|
-
"recharts": "^2.13.0",
|
|
112
111
|
"sonner": "^1.5.0",
|
|
113
112
|
"tailwind-merge": "^2.5.4",
|
|
114
113
|
"tailwindcss-animate": "^1.0.7",
|
|
@@ -159,6 +158,7 @@
|
|
|
159
158
|
"react": "^18.3.1",
|
|
160
159
|
"react-dom": "^18.3.1",
|
|
161
160
|
"react-router-dom": "^6.27.0",
|
|
161
|
+
"recharts": "^2.13.0",
|
|
162
162
|
"storybook": "^8.3.6",
|
|
163
163
|
"tailwindcss": "^3.4.14",
|
|
164
164
|
"typescript": "^5.6.3",
|
|
@@ -169,7 +169,8 @@
|
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"react": "^18.2.0",
|
|
171
171
|
"react-dom": "^18.2.0",
|
|
172
|
+
"recharts": "^2.13.0",
|
|
172
173
|
"typescript": "^5.2.2"
|
|
173
174
|
},
|
|
174
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "793d2f194b87fb3a13f828f401676ca6e46cc29a"
|
|
175
176
|
}
|