refactor(with-nextjs): upgrade to sdk 37

This commit is contained in:
Cedric van Putten
2020-04-22 16:38:30 +02:00
parent 628f8c6120
commit c7fd84f23b
9 changed files with 49 additions and 11123 deletions

View File

@@ -1,25 +1,17 @@
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "next dev",
"eject": "expo eject"
},
"dependencies": {
"@expo/next-adapter": "^2.0.0-beta.7",
"expo": "^35.0.0",
"next": "^9.1.4",
"next-fonts": "^0.19.0",
"next-images": "^1.2.0",
"next-offline": "^4.0.6",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-web": "^0.11.7"
"@expo/next-adapter": "2.1.0",
"expo": "37.0.7",
"next": "9.3.5",
"next-fonts": "1.0.3",
"next-images": "1.4.0",
"next-offline": "5.0.1",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-web": "0.11.7"
},
"devDependencies": {
"babel-preset-expo": "^7.1.0"
},
"private": true
"babel-preset-expo": "8.1.0"
}
}