chore: update dependencies

This commit is contained in:
Satyajit Sahoo
2020-01-03 21:53:55 +01:00
parent db5aec09e1
commit 005f4844b1
7 changed files with 853 additions and 365 deletions

View File

@@ -45,21 +45,21 @@
},
"homepage": "https://github.com/react-navigation/react-navigation-stack#readme",
"devDependencies": {
"@babel/core": "^7.7.5",
"@commitlint/config-conventional": "^8.2.0",
"@babel/core": "^7.7.7",
"@commitlint/config-conventional": "^8.3.4",
"@expo/vector-icons": "^10.0.6",
"@react-native-community/bob": "^0.7.0",
"@react-native-community/masked-view": "^0.1.5",
"@react-navigation/stack": "^5.0.0-alpha.49",
"@react-navigation/stack": "^5.0.0-alpha.50",
"@release-it/conventional-changelog": "^1.1.0",
"@types/color": "^3.0.0",
"@types/jest": "^24.0.23",
"@types/react": "^16.9.16",
"@types/react-native": "^0.60.25",
"@types/color": "^3.0.1",
"@types/jest": "^24.0.25",
"@types/react": "^16.9.17",
"@types/react-native": "^0.60.27",
"@types/react-test-renderer": "^16.9.1",
"commitlint": "^8.2.0",
"eslint": "^6.7.2",
"eslint-config-satya164": "^3.1.2",
"commitlint": "^8.3.4",
"eslint": "^6.8.0",
"eslint-config-satya164": "^3.1.5",
"eslint-plugin-react-native-globals": "^0.1.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
@@ -67,23 +67,23 @@
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61.4",
"react-native-gesture-handler": "^1.5.2",
"react-native-safe-area-context": "^0.6.1",
"react-native-screens": "^1.0.0-alpha.23",
"react-native-gesture-handler": "^1.5.3",
"react-native-safe-area-context": "^0.6.2",
"react-native-screens": "^2.0.0-alpha.22",
"react-navigation": "^4.0.10",
"react-test-renderer": "~16.9.0",
"release-it": "^12.4.3",
"scheduler": "^0.18.0",
"typescript": "^3.7.3"
"typescript": "^3.7.4"
},
"peerDependencies": {
"@react-native-community/masked-view": "^0.1.1",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "^1.0.0",
"react-native-safe-area-context": "^0.3.3",
"react-native-screens": "^1.0.0 || ^1.0.0-alpha || ^2.0.0-alpha",
"react-navigation": "^4.0.7"
"react-native-gesture-handler": "^1.5.0",
"react-native-safe-area-context": "^0.6.0",
"react-native-screens": "^1.0.0 || ^1.0.0-alpha.0 || ^2.0.0-alph.20",
"react-navigation": "^4.0.10"
},
"jest": {
"preset": "react-native",