chore: Upgrade React Native (#2893) [skip e2e]

This commit is contained in:
Aman Harwara
2025-04-21 21:27:09 +05:30
committed by GitHub
parent b6f2c06f30
commit 03bacd2169
259 changed files with 2368 additions and 1656 deletions

View File

@@ -30,17 +30,20 @@
"devDependencies": {
"@babel/core": "*",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@react-native-async-storage/async-storage": "1.19.3",
"@react-native/babel-preset": "0.75.3",
"@react-native/eslint-config": "0.75.3",
"@react-native/metro-config": "0.75.3",
"@babel/runtime": "^7.25.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.78.1",
"@react-native/eslint-config": "0.78.1",
"@react-native/metro-config": "0.78.1",
"@standardnotes/config": "^2.4.3",
"@standardnotes/react-native-utils": "1.0.1",
"@standardnotes/snjs": "workspace:*",
"@standardnotes/web": "workspace:*",
"@tsconfig/react-native": "^3.0.2",
"@types/react": "^18.2.39",
"@types/react": "^19.1.2",
"@types/react-native": "^0.72.3",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
@@ -50,29 +53,29 @@
"eslint-plugin-prettier": "*",
"get-yarn-workspaces": "^1.0.2",
"npm-check-updates": "*",
"pod-install": "^0.2.0",
"pod-install": "^0.3.5",
"prettier": "*",
"prettier-plugin-organize-imports": "^3.2.0",
"react": "18.2.0",
"react-native": "0.75.3",
"react": "19.0.0",
"react-native": "0.78.1",
"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.15.4",
"react-native-iap": "^12.16.2",
"react-native-keychain": "standardnotes/react-native-keychain#4fd687461cecfa26d482d820ee43c0de61b964d4",
"react-native-mmkv": "^2.6.2",
"react-native-mmkv": "^3.2.0",
"react-native-privacy-snapshot": "standardnotes/react-native-privacy-snapshot#653e904c90fc6f2b578da59138f2bfe5d7f942fe",
"react-native-share": "^10.0.0",
"react-native-share": "^12.0.9",
"react-native-version-info": "^1.1.1",
"react-native-webview": "13.12.2",
"react-native-webview": "13.13.5",
"typescript": "*"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"@notifee/react-native": "^7.8.0",
"react-native-store-review": "^0.4.1"
"@notifee/react-native": "^9.1.8",
"react-native-store-review": "^0.4.3"
}
}