chore: upgrade depenendecies

This commit is contained in:
Satyajit Sahoo
2020-10-07 11:18:38 +02:00
parent 9e3650831c
commit 16e7ac131f
12 changed files with 609 additions and 521 deletions

View File

@@ -20,7 +20,7 @@
"expo-asset": "~8.2.0",
"expo-blur": "~8.2.0",
"expo-linking": "^1.0.4",
"expo-updates": "~0.3.3",
"expo-updates": "~0.3.5",
"koa": "^2.13.0",
"react": "~16.13.1",
"react-dom": "~16.13.1",
@@ -31,26 +31,26 @@
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-tab-view": "^2.15.1",
"react-native-tab-view": "^2.15.2",
"react-native-vector-icons": "^7.0.0",
"react-native-web": "^0.13.13"
"react-native-web": "^0.13.16"
},
"devDependencies": {
"@babel/node": "^7.10.1",
"@expo/webpack-config": "^0.12.21",
"@types/cheerio": "^0.22.21",
"@expo/webpack-config": "^0.12.38",
"@types/cheerio": "^0.22.22",
"@types/jest-dev-server": "^4.2.0",
"@types/koa": "^2.11.4",
"@types/node-fetch": "^2.5.7",
"@types/react": "~16.9.35",
"@types/react": "~16.9.51",
"@types/react-dom": "^16.9.8",
"@types/react-native": "~0.63.2",
"@types/react-native": "~0.63.25",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "^8.3.0",
"cheerio": "^1.0.0-rc.3",
"expo-cli": "^3.27.7",
"jest": "^26.4.2",
"expo-cli": "^3.27.14",
"jest": "^26.5.2",
"jest-dev-server": "^4.4.0",
"mock-require-assets": "^0.0.1",
"node-fetch": "^2.6.1",