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:
parent
57ca9b8d0d
commit
b465081e1b
2 changed files with 23 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue