Remove stray root dependencies block

The root package.json carried expo/react/react-native pins since
310f20e (added incidentally while debugging the Android dev server).
apps/mobile pins its own expo, and react/react-dom are governed by
the workspace catalog + overrides, so the block only forced a
parallel Expo 55 / react-native 0.83 tree into the lockfile
(-1569 lines) and pinned react at 19.2.0 next to the catalog's
19.2.7 — the likely cause of the react/react-dom version-mismatch
failures on the @testing-library/react-native bump (#480).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-06-10 01:38:27 +02:00
parent 3ce7bf0991
commit a2735edd1c
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
2 changed files with 130 additions and 1575 deletions

View file

@ -85,10 +85,5 @@
"vite": "catalog:",
"vitest": "^4.1.8"
},
"version": "1.0.0",
"dependencies": {
"expo": "~55.0.24",
"react": "19.2.7",
"react-native": "0.83.4"
}
"version": "1.0.0"
}

1698
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff