mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
chore: upgrade basic example to expo 50 (#1560)
This commit is contained in:
committed by
GitHub
parent
a282d1ecdd
commit
a670b2d4c1
@@ -10,20 +10,20 @@
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "^49.0.0",
|
||||
"expo-status-bar": "~1.6.0",
|
||||
"expo": "^50.0.4",
|
||||
"expo-status-bar": "~1.11.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-native": "0.72.4",
|
||||
"react-native": "0.73.2",
|
||||
"react-native-web": "~0.19.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
"@testing-library/react-native": "^12.4.0",
|
||||
"@types/react": "~18.2.14",
|
||||
"@types/react": "~18.2.45",
|
||||
"jest": "^29.7.0",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"typescript": "^5.2.2"
|
||||
"typescript": "^5.3.0"
|
||||
},
|
||||
"private": true,
|
||||
"packageManager": "yarn@4.0.1"
|
||||
|
||||
+1207
-1513
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user