Browse Source

switch to rn keychain

pull/8/head
Tim Glasgow 2 years ago
parent
commit
6f055e7bc3
  1. 2121
      squarenotsquare/package-lock.json
  2. 5
      squarenotsquare/package.json

2121
squarenotsquare/package-lock.json

File diff suppressed because it is too large

5
squarenotsquare/package.json

@ -26,9 +26,9 @@
"react-native": "0.69.2", "react-native": "0.69.2",
"react-native-gesture-handler": "^2.5.0", "react-native-gesture-handler": "^2.5.0",
"react-native-get-random-values": "^1.8.0", "react-native-get-random-values": "^1.8.0",
"react-native-keychain": "^8.1.1",
"react-native-safe-area-context": "^4.3.1", "react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0", "react-native-screens": "^3.15.0",
"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",
@ -39,11 +39,14 @@
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.9", "@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"@react-native-community/cli": "^8.0.1",
"@react-native-community/cli-platform-ios": "^7.0.1",
"@react-native-community/eslint-config": "^2.0.0", "@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^28.0.0", "babel-jest": "^28.0.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"jest": "^28.0.0", "jest": "^28.0.0",
"metro-react-native-babel-preset": "^0.70.3", "metro-react-native-babel-preset": "^0.70.3",
"react-native-cli": "^2.0.1",
"react-test-renderer": "18.0.0", "react-test-renderer": "18.0.0",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4", "redux-mock-store": "^1.5.4",

Loading…
Cancel
Save