Skip to content

Commit 3f1ace0

Browse files
committed
Upgrade expo sdk
1 parent d591840 commit 3f1ace0

File tree

2 files changed

+1381
-840
lines changed

2 files changed

+1381
-840
lines changed

example/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"eject": "expo eject"
99
},
1010
"dependencies": {
11-
"expo": "^37.0.0",
12-
"react": "16.9.0",
13-
"react-dom": "16.9.0",
14-
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",
15-
"react-native-web": "^0.11.7"
11+
"expo": "^39.0.0",
12+
"react": "16.13.1",
13+
"react-dom": "16.13.1",
14+
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
15+
"react-native-web": "~0.13.7"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^16.9.11",
19-
"@types/react-native": "^0.60.22",
20-
"babel-preset-expo": "^8.1.0",
21-
"typescript": "^3.8.3"
18+
"@types/react": "~16.9.35",
19+
"@types/react-native": "~0.63.2",
20+
"babel-preset-expo": "^8.3.0",
21+
"typescript": "~3.9.2"
2222
},
2323
"private": true
2424
}

0 commit comments

Comments
 (0)