ferns-ui 0.2.1 → 0.2.2
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ferns-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"scripts": {
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
"mixpanel-browser": "^2.38.0",
|
|
145
145
|
"moment-timezone": "^0.5.34",
|
|
146
146
|
"prettier": "^2.5.1",
|
|
147
|
-
"react": "17.0.
|
|
147
|
+
"react": "^17.0.0",
|
|
148
148
|
"react-app-polyfill": "^1.0.6",
|
|
149
|
-
"react-date-picker": "7.10.0",
|
|
149
|
+
"react-date-picker": "^7.10.0",
|
|
150
150
|
"react-dev-utils": "^10.2.1",
|
|
151
151
|
"react-dom": "17.0.2",
|
|
152
152
|
"react-native": "^0.64.3",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
},
|
|
166
166
|
"peerDependencies": {
|
|
167
167
|
"@expo/vector-icons": "^12.0.0",
|
|
168
|
-
"@react-native-
|
|
168
|
+
"@react-native-async-storage/async-storage": "^1.17.3",
|
|
169
169
|
"@react-native-community/blur": "^3.6.0",
|
|
170
170
|
"@react-native-community/datetimepicker": "^4.0.0",
|
|
171
171
|
"@react-native-picker/picker": "^2.2.1",
|
|
@@ -176,9 +176,9 @@
|
|
|
176
176
|
"lodash": "^4.17.21",
|
|
177
177
|
"mixpanel-browser": "^2.38.0",
|
|
178
178
|
"moment-timezone": "^0.5.34",
|
|
179
|
-
"react": "17.0.
|
|
179
|
+
"react": "^17.0.0",
|
|
180
180
|
"react-app-polyfill": "^1.0.6",
|
|
181
|
-
"react-date-picker": "7.10.0",
|
|
181
|
+
"react-date-picker": "^7.10.0",
|
|
182
182
|
"react-dev-utils": "^10.2.1",
|
|
183
183
|
"react-dom": "17.0.2",
|
|
184
184
|
"react-native": "^0.64.3",
|