ferns-ui 0.38.1 → 0.39.1

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 +20 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ferns-ui",
3
- "version": "0.38.1",
3
+ "version": "0.39.1",
4
4
  "main": "dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
@@ -120,18 +120,13 @@
120
120
  ],
121
121
  "devDependencies": {
122
122
  "@expo/config-plugins": "~7.2.2",
123
- "@expo/vector-icons": "^13.0.0",
124
- "@react-native-async-storage/async-storage": "1.19.3",
125
123
  "@react-native-community/blur": "^4.3.0",
126
- "@react-native-community/datetimepicker": "7.6.1",
127
- "@react-native-picker/picker": "2.5.1",
128
124
  "@types/mdurl": "^1.0.4",
129
125
  "@types/react": "~18.2.43",
130
126
  "@types/react-datetime-picker": "^5.0.0",
131
127
  "@types/react-time-picker": "^6.0.0",
132
128
  "@typescript-eslint/eslint-plugin": "^6.13.2",
133
129
  "@typescript-eslint/parser": "^6.13.2",
134
- "dayjs": "^1.11.10",
135
130
  "eslint": "^8.55.0",
136
131
  "eslint-config-ferns": "^0.4.8",
137
132
  "eslint-config-prettier": "^9.1.0",
@@ -143,13 +138,6 @@
143
138
  "eslint-plugin-react-native": "^4.1.0",
144
139
  "eslint-plugin-simple-import-sort": "^10.0.0",
145
140
  "eslint-plugin-unused-imports": "3.0.0",
146
- "expo-clipboard": "~4.5.0",
147
- "expo-font": "~11.6.0",
148
- "expo-haptics": "~12.6.0",
149
- "expo-image-manipulator": "~11.5.0",
150
- "expo-image-picker": "~14.5.0",
151
- "libphonenumber-js": "^1.10.48",
152
- "lodash": "^4.17.21",
153
141
  "mdurl": "^1.0.1",
154
142
  "prettier": "^3.1.1",
155
143
  "react": "18.2.0",
@@ -160,42 +148,30 @@
160
148
  "react-dom": "18.2.0",
161
149
  "react-keyed-flatten-children": "^2.2.1",
162
150
  "react-native": "0.72.6",
163
- "react-native-actions-sheet": "^0.8.29",
164
- "react-native-calendars": "^1.1301.0",
165
- "react-native-drawer-layout": "^4.0.0-alpha.1",
166
- "react-native-gesture-handler": "~2.13.4",
167
- "react-native-google-places-autocomplete": "^2.5.6",
168
- "react-native-modalize": "^2.1.1",
169
- "react-native-permissions": "^3.10.0",
170
- "react-native-picker-select": "^8.1.0",
171
- "react-native-portalize": "^1.0.7",
172
- "react-native-reanimated": "~3.3.0",
173
- "react-native-svg": "13.14.0",
174
- "react-native-swiper-flatlist": "^3.1.1",
175
- "react-native-toast-notifications": "^3.4.0",
176
151
  "react-router": "^6.17.0",
177
152
  "react-router-dom": "^6.17.0",
178
- "react-time-picker": "^6.5.2",
179
153
  "tsc-watch": "^6.0.4",
180
154
  "typescript": "^5.3.3"
181
155
  },
182
156
  "peerDependencies": {
157
+ "react": "^18.0.0",
158
+ "react-router": "^6.17.0",
159
+ "react-router-dom": "^6.17.0"
160
+ },
161
+ "dependencies": {
183
162
  "@expo/vector-icons": "^13.0.0",
184
- "@react-native-async-storage/async-storage": "1.19.3",
163
+ "@react-native-async-storage/async-storage": "1.18.2",
185
164
  "@react-native-community/blur": "^4.3.0",
186
- "@react-native-community/datetimepicker": "7.6.1",
187
- "@react-native-picker/picker": "2.5.1",
188
- "@typescript-eslint/eslint-plugin": "^6.13.2",
189
- "@typescript-eslint/parser": "^6.13.2",
165
+ "@react-native-community/datetimepicker": "7.2.0",
166
+ "@react-native-picker/picker": "2.4.10",
190
167
  "dayjs": "^1.11.10",
191
- "expo-clipboard": "~4.5.0",
192
- "expo-font": "~11.6.0",
193
- "expo-haptics": "~12.6.0",
194
- "expo-image-manipulator": "~11.5.0",
195
- "expo-image-picker": "~14.5.0",
168
+ "expo-clipboard": "~4.3.1",
169
+ "expo-font": "~11.4.0",
170
+ "expo-haptics": "~12.4.0",
171
+ "expo-image-manipulator": "~11.3.0",
172
+ "expo-image-picker": "~14.3.2",
196
173
  "libphonenumber-js": "^1.10.48",
197
174
  "lodash": "^4.17.21",
198
- "react": "18.2.0",
199
175
  "react-app-polyfill": "^3.0.0",
200
176
  "react-date-picker": "^10.5.2",
201
177
  "react-datetime-picker": "^5.5.3",
@@ -204,18 +180,17 @@
204
180
  "react-native": "0.72.6",
205
181
  "react-native-actions-sheet": "^0.8.29",
206
182
  "react-native-calendars": "^1.1301.0",
207
- "react-native-drawer-layout": "^4.0.0-alpha.1",
208
- "react-native-gesture-handler": "~2.13.4",
183
+ "react-native-drawer-layout": "3.2.1",
184
+ "react-native-gesture-handler": "~2.12.0",
185
+ "react-native-google-places-autocomplete": "^2.5.6",
209
186
  "react-native-modalize": "^2.1.1",
210
187
  "react-native-permissions": "^3.10.0",
211
188
  "react-native-picker-select": "^8.1.0",
212
189
  "react-native-portalize": "^1.0.7",
213
190
  "react-native-reanimated": "~3.3.0",
214
- "react-native-svg": "13.14.0",
191
+ "react-native-svg": "13.9.0",
192
+ "react-native-swiper-flatlist": "^3.1.1",
215
193
  "react-native-toast-notifications": "^3.4.0",
216
- "react-router": "^6.17.0",
217
- "react-router-dom": "^6.17.0",
218
194
  "react-time-picker": "^6.5.2"
219
- },
220
- "dependencies": {}
195
+ }
221
196
  }