mirror of
https://github.com/zhigang1992/examples.git
synced 2026-04-30 18:32:50 +08:00
Upgrade to Expo SDK 38
This commit is contained in:
@@ -9,19 +9,20 @@
|
||||
"eject": "expo eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/electron-adapter": "0.0.0-alpha.48",
|
||||
"@expo/webpack-config": "0.12.0",
|
||||
"@expo/electron-adapter": "~0.0.3",
|
||||
"@expo/webpack-config": "0.12.16",
|
||||
"electron": "6.1.10",
|
||||
"expo": "37.0.7",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"expo": "~38.0.0",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.9.0",
|
||||
"@types/react": "16.9.34",
|
||||
"@types/react-native": "0.61.23",
|
||||
"@types/react": "~16.9.41",
|
||||
"@types/react-dom": "~16.9.8",
|
||||
"@types/react-native": "~0.62.13",
|
||||
"typescript": "3.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user