|
@@ -10,6 +10,7 @@
|
10
|
10
|
"dependencies": {
|
11
|
11
|
"@apollo/client": "^3.7.2",
|
12
|
12
|
"@expo/webpack-config": "^0.17.2",
|
|
13
|
+ "deprecated-react-native-prop-types": "^2.2.0",
|
13
|
14
|
"expo": "~47.0.6",
|
14
|
15
|
"expo-status-bar": "~1.4.2",
|
15
|
16
|
"graphql": "^15.8.0",
|
|
@@ -21,6 +22,7 @@
|
21
|
22
|
"react-native-paper": "^3.12.0",
|
22
|
23
|
"react-native-safe-area-context": "4.4.1",
|
23
|
24
|
"react-native-screens": "~3.18.0",
|
|
25
|
+ "react-native-smooth-pincode-input": "^1.0.9",
|
24
|
26
|
"react-native-svg": "^13.4.0",
|
25
|
27
|
"react-native-vector-icons": "^9.2.0",
|
26
|
28
|
"react-native-web": "~0.18.9",
|
|
@@ -8900,6 +8902,16 @@
|
8900
|
8902
|
"node": ">= 0.6"
|
8901
|
8903
|
}
|
8902
|
8904
|
},
|
|
8905
|
+ "node_modules/deprecated-react-native-prop-types": {
|
|
8906
|
+ "version": "2.2.0",
|
|
8907
|
+ "resolved": "https://registry.npmjs.org/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.2.0.tgz",
|
|
8908
|
+ "integrity": "sha512-SiessglRbgelU8sHCrGRImdlNKfVGSp0n6+K304d0rCdHGU8wladJkPmufxE2AkjN2jy71sgekNd9IvdZp9jZg==",
|
|
8909
|
+ "dependencies": {
|
|
8910
|
+ "@react-native/normalize-color": "*",
|
|
8911
|
+ "invariant": "*",
|
|
8912
|
+ "prop-types": "*"
|
|
8913
|
+ }
|
|
8914
|
+ },
|
8903
|
8915
|
"node_modules/des.js": {
|
8904
|
8916
|
"version": "1.0.1",
|
8905
|
8917
|
"resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
|
|
@@ -16863,6 +16875,14 @@
|
16863
|
16875
|
"react": "18.1.0"
|
16864
|
16876
|
}
|
16865
|
16877
|
},
|
|
16878
|
+ "node_modules/react-native-animatable": {
|
|
16879
|
+ "version": "1.3.3",
|
|
16880
|
+ "resolved": "https://registry.npmjs.org/react-native-animatable/-/react-native-animatable-1.3.3.tgz",
|
|
16881
|
+ "integrity": "sha512-2ckIxZQAsvWn25Ho+DK3d1mXIgj7tITkrS4pYDvx96WyOttSvzzFeQnM2od0+FUMzILbdHDsDEqZvnz1DYNQ1w==",
|
|
16882
|
+ "dependencies": {
|
|
16883
|
+ "prop-types": "^15.7.2"
|
|
16884
|
+ }
|
|
16885
|
+ },
|
16866
|
16886
|
"node_modules/react-native-codegen": {
|
16867
|
16887
|
"version": "0.70.6",
|
16868
|
16888
|
"resolved": "https://registry.npmjs.org/react-native-codegen/-/react-native-codegen-0.70.6.tgz",
|
|
@@ -16986,6 +17006,18 @@
|
16986
|
17006
|
"react-native": "*"
|
16987
|
17007
|
}
|
16988
|
17008
|
},
|
|
17009
|
+ "node_modules/react-native-smooth-pincode-input": {
|
|
17010
|
+ "version": "1.0.9",
|
|
17011
|
+ "resolved": "https://registry.npmjs.org/react-native-smooth-pincode-input/-/react-native-smooth-pincode-input-1.0.9.tgz",
|
|
17012
|
+ "integrity": "sha512-4V4tyUGJaze55FHuJW/gYVOD3fc4Pd7cTIrv7liTRIXR49y09C2O3XqJUdgNR+UwTgLrTt/8L2lvEuEVUk3kig==",
|
|
17013
|
+ "dependencies": {
|
|
17014
|
+ "prop-types": "^15.5.10",
|
|
17015
|
+ "react-native-animatable": "^1.3.0"
|
|
17016
|
+ },
|
|
17017
|
+ "peerDependencies": {
|
|
17018
|
+ "react-native": "*"
|
|
17019
|
+ }
|
|
17020
|
+ },
|
16989
|
17021
|
"node_modules/react-native-svg": {
|
16990
|
17022
|
"version": "13.4.0",
|
16991
|
17023
|
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.4.0.tgz",
|