fix: add react-dom and regenerate lock file without --legacy-peer-deps
CodexBar Mobile Build / build-android (push) Successful in 21m11s
CodexBar Mobile Build / release (push) Successful in 11s

expo-router's radix-ui deps require react-dom as a peer. The lock file
was previously generated with --legacy-peer-deps which omitted peer dep
entries, causing `npm ci` on CI to fail with "Missing from lock file".

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-25 11:22:35 +02:00
parent 6992e58b9c
commit 9dd17cf565
2 changed files with 267 additions and 52 deletions
+1
View File
@@ -16,6 +16,7 @@
"expo-status-bar": "~56.0.4",
"nativewind": "^4.2.6",
"react": "19.2.3",
"react-dom": "^19.2.3",
"react-native": "0.85.3",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",