chore: upgrade depenendecies

This commit is contained in:
Satyajit Sahoo
2020-10-26 17:30:18 +01:00
parent 707bea3cba
commit 256e5aec2a
10 changed files with 1358 additions and 497 deletions

View File

@@ -8,7 +8,7 @@
"ios": "expo start --ios"
},
"dependencies": {
"@babel/runtime": "^7.11.0",
"@babel/runtime": "^7.12.1",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "0.1.10",
"expo": "^39.0.0",
@@ -20,17 +20,17 @@
"react": "~16.13.1",
"react-native": "~0.63.2",
"react-native-gesture-handler": "~1.7.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-iphone-x-helper": "^1.3.0",
"react-native-maps": "0.27.1",
"react-native-paper": "^4.0.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-webview": "10.7.0",
"react-navigation-header-buttons": "^3.0.5"
"react-navigation-header-buttons": "^6.0.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.0.0",
"expo-cli": "^3.27.8"
"expo-cli": "^3.28.2"
}
}

View File

@@ -25,21 +25,21 @@
"example": "yarn --cwd example"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime": "^7.11.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^26.0.8",
"babel-jest": "^26.2.2",
"@types/jest": "^26.0.15",
"babel-jest": "^26.6.1",
"commitlint": "^11.0.0",
"core-js": "^3.6.5",
"eslint": "^7.6.0",
"eslint": "^7.12.0",
"eslint-config-satya164": "^3.1.8",
"husky": "^4.2.5",
"jest": "^26.2.2",
"jest": "^26.6.1",
"lerna": "^3.22.1",
"prettier": "^2.1.2",
"typescript": "^4.0.3"

View File

@@ -22,8 +22,8 @@
},
"devDependencies": {
"@react-native-community/bob": "0.16.2",
"@types/react": "16.9.49",
"@types/react-native": "0.63.20",
"@types/react": "16.9.53",
"@types/react-native": "0.63.30",
"del-cli": "^3.0.1",
"react": "~16.13.1",
"react-native": "~0.63.2",

View File

@@ -37,7 +37,7 @@
"dependencies": {
"hoist-non-react-statics": "^3.3.2",
"path-to-regexp": "^1.8.0",
"query-string": "^6.13.1",
"query-string": "^6.13.6",
"react-is": "^16.13.0"
},
"devDependencies": {

View File

@@ -39,8 +39,8 @@
"homepage": "https://github.com/react-navigation/drawer#readme",
"devDependencies": {
"@react-native-community/bob": "^0.16.2",
"@types/react": "^16.9.44",
"@types/react-native": "^0.63.4",
"@types/react": "^16.9.53",
"@types/react-native": "^0.63.30",
"del-cli": "^3.0.1",
"react": "~16.13.1",
"react-lifecycles-compat": "^3.0.4",

View File

@@ -40,8 +40,8 @@
"devDependencies": {
"@react-native-community/bob": "^0.16.2",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/react": "^16.9.44",
"@types/react-native": "^0.63.4",
"@types/react": "^16.9.53",
"@types/react-native": "^0.63.30",
"del-cli": "^3.0.1",
"react": "~16.13.1",
"react-native": "~0.63.2",

View File

@@ -28,8 +28,8 @@
"@react-navigation/native": "^3.8.2"
},
"devDependencies": {
"@types/react": "^16.9.44",
"@types/react-native": "^0.63.4",
"@types/react": "^16.9.53",
"@types/react-native": "^0.63.30",
"@types/react-test-renderer": "^16.9.3",
"react": "~16.13.1",
"react-native": "~0.63.2",

View File

@@ -39,16 +39,16 @@
},
"homepage": "https://github.com/react-navigation/react-navigation-stack#readme",
"dependencies": {
"color": "^3.1.2",
"react-native-iphone-x-helper": "^1.2.1"
"color": "^3.1.3",
"react-native-iphone-x-helper": "^1.3.0"
},
"devDependencies": {
"@react-native-community/bob": "^0.16.2",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/stack": "^5.10.0",
"@types/color": "^3.0.1",
"@types/react": "^16.9.44",
"@types/react-native": "^0.63.4",
"@types/react": "^16.9.53",
"@types/react-native": "^0.63.30",
"@types/react-test-renderer": "^16.9.3",
"del-cli": "^3.0.1",
"react": "~16.13.1",

View File

@@ -43,13 +43,13 @@
"hoist-non-react-statics": "^3.3.2",
"react-lifecycles-compat": "^3.0.4",
"react-native-safe-area-view": "^0.14.9",
"react-native-tab-view": "^2.15.1"
"react-native-tab-view": "^2.15.2"
},
"devDependencies": {
"@react-native-community/bob": "^0.16.2",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/react": "^16.9.44",
"@types/react-native": "^0.63.4",
"@types/react": "^16.9.53",
"@types/react-native": "^0.63.30",
"del-cli": "^3.0.1",
"react": "~16.13.1",
"react-native": "~0.63.2",

1795
yarn.lock

File diff suppressed because it is too large Load Diff