@nativetail/ui 0.3.1 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nativetail/ui",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.3",
|
4
4
|
"description": "",
|
5
5
|
"main": "src/index.ts",
|
6
6
|
"scripts": {},
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
26
|
"@hookform/resolvers": "^3.6.0",
|
27
|
-
"@nativetail/core": "^0.0.
|
27
|
+
"@nativetail/core": "^0.0.8",
|
28
28
|
"@shopify/flash-list": "^1.7.1",
|
29
29
|
"countries-list": "^3.1.0",
|
30
30
|
"expo-linear-gradient": "~13.0.2",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"react-native-gesture-handler": "^2.17.1",
|
39
39
|
"react-native-mask-text": "^0.14.2",
|
40
40
|
"react-native-reanimated": "~3.10.1",
|
41
|
-
"react-native-safe-area-context": "4.10.
|
41
|
+
"react-native-safe-area-context": "4.10.5",
|
42
42
|
"tailwind-merge": "^2.3.0",
|
43
43
|
"zustand": "^4.5.2"
|
44
44
|
},
|