chore: upgrade react native (#2356)

This commit is contained in:
Aman Harwara
2023-07-14 01:44:07 +05:30
committed by GitHub
parent 6ed5d44b2f
commit 2b1a0d4e43
173 changed files with 1178 additions and 1053 deletions

View File

@@ -31,12 +31,14 @@
"@babel/core": "*",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-async-storage/async-storage": "1.19.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@standardnotes/config": "^2.4.3",
"@standardnotes/react-native-utils": "1.0.1",
"@standardnotes/snjs": "workspace:*",
"@standardnotes/web": "workspace:*",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.0.25",
"@types/react-native": "^0.70.6",
"@typescript-eslint/eslint-plugin": "*",
@@ -46,13 +48,13 @@
"eslint": "^8.27.0",
"eslint-plugin-prettier": "^4.2.1",
"get-yarn-workspaces": "^1.0.2",
"metro-react-native-babel-preset": "^0.73.3",
"metro-react-native-babel-preset": "^0.76.7",
"npm-check-updates": "*",
"pod-install": "^0.1.38",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.2.0",
"react": "18.2.0",
"react-native": "0.71.3",
"react-native": "0.72.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",
@@ -65,5 +67,8 @@
"react-native-version-info": "^1.1.1",
"react-native-webview": "11.26.1",
"typescript": "^4.9.3"
},
"engines": {
"node": ">=16"
}
}