chore: upgrade react native & deps (#2231)

This commit is contained in:
Aman Harwara
2023-02-28 01:30:51 +05:30
committed by GitHub
parent 096a5478f3
commit fb7cc1049f
180 changed files with 1491 additions and 1621 deletions

View File

@@ -31,7 +31,7 @@
"@babel/core": "*",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@react-native-community/async-storage": "1.12.1",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/eslint-config": "^3.2.0",
"@standardnotes/config": "^2.4.3",
"@standardnotes/react-native-utils": "1.0.1",
@@ -52,18 +52,18 @@
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.2.0",
"react": "18.2.0",
"react-native": "0.70.6",
"react-native": "0.71.3",
"react-native-file-viewer": "^2.1.5",
"react-native-fingerprint-scanner": "standardnotes/react-native-fingerprint-scanner#b55d1c0ca627a87a130f758603f12911fbac200f",
"react-native-flag-secure-android": "standardnotes/react-native-flag-secure-android#cb08e74583c22a5d912842459b35ebbbb4bcd852",
"react-native-fs": "^2.20.0",
"react-native-iap": "^12.4.4",
"react-native-iap": "^12.7.4",
"react-native-keychain": "standardnotes/react-native-keychain#d277d360494cbd02be4accb4a360772a8e0e97b6",
"react-native-mmkv": "^2.5.1",
"react-native-mmkv": "^2.6.2",
"react-native-privacy-snapshot": "standardnotes/react-native-privacy-snapshot#653e904c90fc6f2b578da59138f2bfe5d7f942fe",
"react-native-share": "^8.0.0",
"react-native-share": "^8.2.0",
"react-native-version-info": "^1.1.1",
"react-native-webview": "11.23.1",
"react-native-webview": "11.26.1",
"typescript": "^4.9.3"
}
}