Skip to content

Commit 64bae79

Browse files
chore: update deps to expo 46 (#1059)
1 parent 95c4682 commit 64bae79

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

examples/basic/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
"test": "jest"
1010
},
1111
"dependencies": {
12-
"expo": "~45.0.0",
13-
"expo-status-bar": "~1.3.0",
14-
"react": "17.0.2",
15-
"react-dom": "17.0.2",
16-
"react-native": "0.68.2",
17-
"react-native-web": "0.17.7"
12+
"expo": "^46.0.0",
13+
"expo-status-bar": "~1.4.0",
14+
"react": "18.0.0",
15+
"react-dom": "18.0.0",
16+
"react-native": "0.69.4",
17+
"react-native-web": "~0.18.7"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.12.9",
21-
"@testing-library/jest-native": "^4.0.5",
20+
"@babel/core": "^7.18.6",
21+
"@testing-library/jest-native": "^4.0.10",
2222
"@testing-library/react-native": "^11.0.0",
23-
"@types/react": "~17.0.21",
24-
"@types/react-native": "~0.67.6",
23+
"@types/react": "~18.0.0",
24+
"@types/react-native": "~0.69.1",
2525
"jest": "^28.0.0",
26-
"react-test-renderer": "^17.0.2",
27-
"typescript": "~4.3.5"
26+
"react-test-renderer": "18.0.0",
27+
"typescript": "^4.6.3"
2828
},
2929
"private": true
3030
}

0 commit comments

Comments
 (0)