ferns-ui 0.38.1 → 0.39.0

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.
Files changed (1) hide show
  1. package/package.json +9 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ferns-ui",
3
- "version": "0.38.1",
3
+ "version": "0.39.0",
4
4
  "main": "dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
@@ -162,7 +162,7 @@
162
162
  "react-native": "0.72.6",
163
163
  "react-native-actions-sheet": "^0.8.29",
164
164
  "react-native-calendars": "^1.1301.0",
165
- "react-native-drawer-layout": "^4.0.0-alpha.1",
165
+ "react-native-drawer-layout": "3.2.1",
166
166
  "react-native-gesture-handler": "~2.13.4",
167
167
  "react-native-google-places-autocomplete": "^2.5.6",
168
168
  "react-native-modalize": "^2.1.1",
@@ -180,13 +180,16 @@
180
180
  "typescript": "^5.3.3"
181
181
  },
182
182
  "peerDependencies": {
183
+ "react": "^18.0.0",
184
+ "react-router": "^6.17.0",
185
+ "react-router-dom": "^6.17.0"
186
+ },
187
+ "dependencies": {
183
188
  "@expo/vector-icons": "^13.0.0",
184
189
  "@react-native-async-storage/async-storage": "1.19.3",
185
190
  "@react-native-community/blur": "^4.3.0",
186
191
  "@react-native-community/datetimepicker": "7.6.1",
187
192
  "@react-native-picker/picker": "2.5.1",
188
- "@typescript-eslint/eslint-plugin": "^6.13.2",
189
- "@typescript-eslint/parser": "^6.13.2",
190
193
  "dayjs": "^1.11.10",
191
194
  "expo-clipboard": "~4.5.0",
192
195
  "expo-font": "~11.6.0",
@@ -195,7 +198,6 @@
195
198
  "expo-image-picker": "~14.5.0",
196
199
  "libphonenumber-js": "^1.10.48",
197
200
  "lodash": "^4.17.21",
198
- "react": "18.2.0",
199
201
  "react-app-polyfill": "^3.0.0",
200
202
  "react-date-picker": "^10.5.2",
201
203
  "react-datetime-picker": "^5.5.3",
@@ -204,7 +206,7 @@
204
206
  "react-native": "0.72.6",
205
207
  "react-native-actions-sheet": "^0.8.29",
206
208
  "react-native-calendars": "^1.1301.0",
207
- "react-native-drawer-layout": "^4.0.0-alpha.1",
209
+ "react-native-drawer-layout": "3.2.1",
208
210
  "react-native-gesture-handler": "~2.13.4",
209
211
  "react-native-modalize": "^2.1.1",
210
212
  "react-native-permissions": "^3.10.0",
@@ -213,9 +215,6 @@
213
215
  "react-native-reanimated": "~3.3.0",
214
216
  "react-native-svg": "13.14.0",
215
217
  "react-native-toast-notifications": "^3.4.0",
216
- "react-router": "^6.17.0",
217
- "react-router-dom": "^6.17.0",
218
218
  "react-time-picker": "^6.5.2"
219
- },
220
- "dependencies": {}
219
+ }
221
220
  }