Fix CI: add react-test-renderer to match react version

The smoke test failed in CI with version mismatch between react
(19.2.5 from catalog) and react-test-renderer (19.2.0 transitive).
Adding it explicitly ensures they stay in sync.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-13 02:29:28 +02:00
parent 57ca9b8d0d
commit b465081e1b
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
2 changed files with 23 additions and 8 deletions

View file

@ -57,6 +57,7 @@
},
"devDependencies": {
"@testing-library/react-native": "^13.3.3",
"react-test-renderer": "^19.2.5",
"@types/jest": "^29.5.14",
"@types/react": "~19.2.14",
"jest-expo": "^55.0.15",