chore: upgrade dependencies

This commit is contained in:
Satyajit Sahoo
2021-03-07 00:21:32 +01:00
parent e127c84ae9
commit 9fce3a433c
14 changed files with 1570 additions and 1732 deletions

View File

@@ -13,14 +13,14 @@
"test": "jest"
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@expo/vector-icons": "^12.0.3",
"@react-native-masked-view/masked-view": "0.2.0",
"color": "^3.1.3",
"expo": "^40.0.0",
"expo-asset": "~8.2.1",
"expo-blur": "~8.2.2",
"expo-linking": "~2.0.0",
"expo-updates": "~0.4.1",
"expo": "^40.0.1",
"expo-asset": "~8.2.2",
"expo-blur": "~9.0.0",
"expo-linking": "~2.1.1",
"expo-updates": "~0.4.2",
"koa": "^2.13.0",
"react": "16.13.1",
"react-dom": "16.13.1",
@@ -31,20 +31,20 @@
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-tab-view": "^2.15.2",
"react-native-vector-icons": "^7.0.0",
"react-native-web": "~0.13.12"
"react-native-tab-view": "^2.16.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.15.0"
},
"devDependencies": {
"@babel/node": "^7.12.10",
"@expo/webpack-config": "~0.12.51",
"@types/cheerio": "^0.22.23",
"@babel/node": "^7.13.0",
"@expo/webpack-config": "~0.12.60",
"@types/cheerio": "^0.22.24",
"@types/jest-dev-server": "^4.2.0",
"@types/koa": "^2.11.6",
"@types/node-fetch": "^2.5.7",
"@types/koa": "^2.13.1",
"@types/node-fetch": "^2.5.8",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.50",
"@types/react-native": "~0.63.51",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "8.3.0",
@@ -57,6 +57,6 @@
"nodemon": "^2.0.6",
"playwright": "^1.9.1",
"serve": "^11.3.0",
"typescript": "~4.1.3"
"typescript": "~4.2.3"
}
}