Browse Source

secure keystore package

pull/1/head
Tim Glasgow 2 years ago
parent
commit
e861455d16
  1. 11
      squarenotsquare/package-lock.json
  2. 1
      squarenotsquare/package.json

11
squarenotsquare/package-lock.json

@ -12,6 +12,7 @@
"@react-navigation/stack": "^6.2.2", "@react-navigation/stack": "^6.2.2",
"react": "18.0.0", "react": "18.0.0",
"react-native": "0.69.2", "react-native": "0.69.2",
"react-native-secure-key-store": "^2.0.9",
"react-native-vector-icons": "^9.2.0", "react-native-vector-icons": "^9.2.0",
"react-redux": "^8.0.2", "react-redux": "^8.0.2",
"realm": "^10.19.5", "realm": "^10.19.5",
@ -13121,6 +13122,11 @@
"react": "^17.0.0" "react": "^17.0.0"
} }
}, },
"node_modules/react-native-secure-key-store": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/react-native-secure-key-store/-/react-native-secure-key-store-2.0.9.tgz",
"integrity": "sha512-9qi1rOlv4qNSpJIjqcIB7d0EQSwo2Yho8NVBT/Jc9NeYibDLHdArLXl8jn8H6nlf+8alk/bXqr4rPINrCTtmog=="
},
"node_modules/react-native-vector-icons": { "node_modules/react-native-vector-icons": {
"version": "9.2.0", "version": "9.2.0",
"resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz", "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz",
@ -26048,6 +26054,11 @@
} }
} }
}, },
"react-native-secure-key-store": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/react-native-secure-key-store/-/react-native-secure-key-store-2.0.9.tgz",
"integrity": "sha512-9qi1rOlv4qNSpJIjqcIB7d0EQSwo2Yho8NVBT/Jc9NeYibDLHdArLXl8jn8H6nlf+8alk/bXqr4rPINrCTtmog=="
},
"react-native-vector-icons": { "react-native-vector-icons": {
"version": "9.2.0", "version": "9.2.0",
"resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz", "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz",

1
squarenotsquare/package.json

@ -14,6 +14,7 @@
"@react-navigation/stack": "^6.2.2", "@react-navigation/stack": "^6.2.2",
"react": "18.0.0", "react": "18.0.0",
"react-native": "0.69.2", "react-native": "0.69.2",
"react-native-secure-key-store": "^2.0.9",
"react-native-vector-icons": "^9.2.0", "react-native-vector-icons": "^9.2.0",
"react-redux": "^8.0.2", "react-redux": "^8.0.2",
"realm": "^10.19.5", "realm": "^10.19.5",

Loading…
Cancel
Save