Merge pull request #656 from christianlouis/copilot/fix-npm-dependency-conflict

fix(mobile): resolve npm ERESOLVE by bumping react to 19.2.4 and locking deps
This commit is contained in:
Christian Krakau-Louis
2026-03-14 15:39:56 +01:00
committed by GitHub
2 changed files with 13615 additions and 2 deletions
+13613
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -40,14 +40,14 @@
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-web-browser": "~15.0.10",
"react": "19.1.0",
"react": "19.2.4",
"react-native": "0.81.5",
"react-native-safe-area-context": "5.6.0",
"react-native-screens": "4.16.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~19.1.10",
"@types/react": "~19.2.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~10.0.0",
"typescript": "^5.3.0"