We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a282d1e commit a670b2dCopy full SHA for a670b2d
examples/basic/package.json
@@ -10,20 +10,20 @@
10
"typecheck": "tsc --noEmit"
11
},
12
"dependencies": {
13
- "expo": "^49.0.0",
14
- "expo-status-bar": "~1.6.0",
+ "expo": "^50.0.4",
+ "expo-status-bar": "~1.11.1",
15
"react": "18.2.0",
16
"react-dom": "18.2.0",
17
- "react-native": "0.72.4",
+ "react-native": "0.73.2",
18
"react-native-web": "~0.19.6"
19
20
"devDependencies": {
21
"@babel/core": "^7.20.0",
22
"@testing-library/react-native": "^12.4.0",
23
- "@types/react": "~18.2.14",
+ "@types/react": "~18.2.45",
24
"jest": "^29.7.0",
25
"react-test-renderer": "18.2.0",
26
- "typescript": "^5.2.2"
+ "typescript": "^5.3.0"
27
28
"private": true,
29
"packageManager": "yarn@4.0.1"
0 commit comments