chore: upgrade depenendecies

This commit is contained in:
Satyajit Sahoo
2020-09-23 00:45:27 +02:00
parent dcbfe52667
commit 2bb6603aa3
23 changed files with 3142 additions and 4262 deletions

View File

@@ -13,49 +13,50 @@
"test": "jest"
},
"dependencies": {
"@expo/vector-icons": "^10.2.0",
"@react-native-community/masked-view": "^0.1.10",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "0.1.10",
"color": "^3.1.2",
"expo": "^38.0.9",
"expo-asset": "~8.1.7",
"expo-blur": "~8.1.2",
"expo-linking": "^1.0.3",
"expo-updates": "~0.2.14",
"expo": "^39.0.0",
"expo-asset": "~8.2.0",
"expo-blur": "~8.2.0",
"expo-linking": "^1.0.4",
"expo-updates": "~0.3.3",
"koa": "^2.13.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.62.2",
"react": "~16.13.1",
"react-dom": "~16.13.1",
"react-native": "~0.63.2",
"react-native-appearance": "~0.3.3",
"react-native-gesture-handler": "1.7.0",
"react-native-paper": "^4.0.1",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "^2.9.0",
"react-native-gesture-handler": "~1.7.0",
"react-native-paper": "^4.2.0",
"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-vector-icons": "^7.0.0",
"react-native-web": "^0.11.7"
"react-native-web": "^0.13.13"
},
"devDependencies": {
"@babel/node": "^7.10.1",
"@expo/webpack-config": "^0.12.21",
"@types/cheerio": "^0.22.21",
"@types/jest-dev-server": "^4.2.0",
"@types/koa": "^2.11.3",
"@types/koa": "^2.11.4",
"@types/node-fetch": "^2.5.7",
"@types/react": "~16.9.44",
"@types/react": "~16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-native": "~0.63.4",
"@types/react-native": "~0.63.2",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "^8.2.3",
"babel-preset-expo": "^8.3.0",
"cheerio": "^1.0.0-rc.3",
"expo-cli": "^3.23.1",
"jest": "^26.2.2",
"expo-cli": "^3.27.7",
"jest": "^26.4.2",
"jest-dev-server": "^4.4.0",
"mock-require-assets": "^0.0.1",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.4",
"playwright": "^0.14.0",
"serve": "^11.3.0",
"typescript": "~3.9.5"
"typescript": "^4.0.3"
}
}