@nativetail/ui 0.3.0 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativetail/ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {},
@@ -22,9 +22,6 @@
22
22
  "type": "git",
23
23
  "url": "https://github.com/Imtiajrex/nativetail.git"
24
24
  },
25
- "peerDependencies": {
26
- "react-native": ">=0.63.0"
27
- },
28
25
  "dependencies": {
29
26
  "@hookform/resolvers": "^3.6.0",
30
27
  "@nativetail/core": "^0.0.6",
@@ -41,7 +38,7 @@
41
38
  "react-native-gesture-handler": "^2.17.1",
42
39
  "react-native-mask-text": "^0.14.2",
43
40
  "react-native-reanimated": "~3.10.1",
44
- "react-native-safe-area-context": "4.10.1",
41
+ "react-native-safe-area-context": "4.10.5",
45
42
  "tailwind-merge": "^2.3.0",
46
43
  "zustand": "^4.5.2"
47
44
  },