Skip to content

Commit

Permalink
chore: upgrade depenendecies
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Feb 10, 2020
1 parent 7c72337 commit ae680a1
Show file tree
Hide file tree
Showing 14 changed files with 1,349 additions and 840 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: comment "Hey! The issue tracker is intended for only tracking bug reports. Seems you have a usage question. Please ask the question on [StackOverflow](https://stackoverflow.com/questions/tagged/react-navigation) instead using the `react-navigation` label. You can also chat with other community members on [Reactiflux Discord server](https://www.reactiflux.com/) in the `#react-navigation` channel."
args: comment "Hey! Thanks for opening the issue. The issue tracker is intended for only tracking bug reports. This helps us prioritize fixing bugs in the library. Seems you have a usage question. Please ask the question on [StackOverflow](https://stackoverflow.com/questions/tagged/react-navigation) instead using the `react-navigation` label. You can also chat with other community members on [Reactiflux Discord server](https://www.reactiflux.com/) in the `#react-navigation` channel."
21 changes: 10 additions & 11 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "0.1.5",
"@react-native-community/masked-view": "0.1.6",
"@types/react-native-restart": "^0.0.0",
"color": "^3.1.2",
"expo": "^36.0.2",
Expand All @@ -21,23 +21,22 @@
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "^1.5.5",
"react-native-paper": "^3.5.0",
"react-native-reanimated": "^1.4.0",
"react-native-gesture-handler": "^1.5.6",
"react-native-paper": "^3.6.0",
"react-native-reanimated": "^1.7.0",
"react-native-restart": "^0.0.13",
"react-native-safe-area-context": "^0.6.2",
"react-native-screens": "^2.0.0-alpha.33",
"react-native-safe-area-context": "^0.7.2",
"react-native-screens": "^2.0.0-beta.2",
"react-native-tab-view": "2.13.0",
"react-native-unimodules": "^0.7.0",
"react-native-web": "^0.11.7"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@expo/webpack-config": "^0.10.9",
"@types/react": "^16.9.17",
"@expo/webpack-config": "^0.10.12",
"@types/react": "^16.9.19",
"@types/react-native": "^0.60.30",
"babel-preset-expo": "^8.0.0",
"expo-cli": "^3.11.5",
"typescript": "^3.7.4"
"expo-cli": "^3.11.9",
"typescript": "^3.7.5"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
"example": "yarn --cwd example"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.4",
"@commitlint/config-conventional": "^8.3.4",
"@types/jest": "^24.0.25",
"codecov": "^3.6.1",
"commitlint": "^8.3.4",
"core-js": "^3.6.2",
"detox": "^15.0.0",
"@types/jest": "^25.1.2",
"codecov": "^3.6.5",
"commitlint": "^8.3.5",
"core-js": "^3.6.4",
"detox": "^15.1.4",
"eslint": "^6.8.0",
"eslint-config-satya164": "^3.1.5",
"husky": "^4.0.1",
"jest": "^24.9.0",
"husky": "^4.2.1",
"jest": "^25.1.0",
"lerna": "^3.20.2",
"prettier": "^1.19.1",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"resolutions": {
"react": "~16.9.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/bottom-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"react-native-iphone-x-helper": "^1.2.1"
},
"devDependencies": {
"@react-native-community/bob": "^0.8.0",
"@react-native-community/bob": "^0.9.3",
"@types/color": "^3.0.1",
"@types/react": "^16.9.17",
"@types/react": "^16.9.19",
"@types/react-native": "^0.60.30",
"del-cli": "^3.0.0",
"react": "~16.9.0",
"react-native": "~0.61.5",
"react-native-safe-area-context": "^0.6.2",
"typescript": "^3.7.4"
"react-native-safe-area-context": "^0.7.2",
"typescript": "^3.7.5"
},
"peerDependencies": {
"@react-navigation/native": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@react-navigation/routers": "^5.0.0"
},
"devDependencies": {
"@react-native-community/bob": "^0.8.0",
"@types/react": "^16.9.17",
"@react-native-community/bob": "^0.9.3",
"@types/react": "^16.9.19",
"react": "~16.9.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"peerDependencies": {
"@react-navigation/native": "^5.0.0",
Expand Down
9 changes: 4 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,22 @@
},
"dependencies": {
"escape-string-regexp": "^2.0.0",
"query-string": "^6.9.0",
"query-string": "^6.10.1",
"react-is": "^16.12.0",
"shortid": "^2.2.15",
"use-subscription": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@react-native-community/bob": "^0.8.0",
"@types/react": "^16.9.17",
"@react-native-community/bob": "^0.9.3",
"@types/react": "^16.9.19",
"@types/react-is": "^16.7.1",
"@types/shortid": "^0.0.29",
"@types/use-subscription": "^1.0.0",
"del-cli": "^3.0.0",
"react": "~16.9.0",
"react-native-testing-library": "^1.12.0",
"react-test-renderer": "~16.12.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"peerDependencies": {
"react": "~16.9.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"react-native-iphone-x-helper": "^1.2.1"
},
"devDependencies": {
"@react-native-community/bob": "^0.8.0",
"@types/react": "^16.9.17",
"@react-native-community/bob": "^0.9.3",
"@types/react": "^16.9.19",
"@types/react-native": "^0.60.30",
"del-cli": "^3.0.0",
"react": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "^1.5.5",
"react-native-reanimated": "^1.4.0",
"react-native-safe-area-context": "^0.6.2",
"react-native-screens": "^2.0.0-alpha.33",
"typescript": "^3.7.4"
"react-native-gesture-handler": "^1.5.6",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.7.2",
"react-native-screens": "^2.0.0-beta.2",
"typescript": "^3.7.5"
},
"peerDependencies": {
"@react-navigation/native": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/material-bottom-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"@react-navigation/routers": "^5.0.0"
},
"devDependencies": {
"@react-native-community/bob": "^0.8.0",
"@types/react": "^16.9.17",
"@react-native-community/bob": "^0.9.3",
"@types/react": "^16.9.19",
"@types/react-native": "^0.60.30",
"@types/react-native-vector-icons": "^6.4.5",
"del-cli": "^3.0.0",
"react": "~16.9.0",
"react-native": "~0.61.5",
"react-native-paper": "^3.5.0",
"react-native-paper": "^3.6.0",
"react-native-vector-icons": "^6.6.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"peerDependencies": {
"@react-navigation/native": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/material-top-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"color": "^3.1.2"
},
"devDependencies": {
"@react-native-community/bob": "^0.8.0",
"@types/react": "^16.9.17",
"@react-native-community/bob": "^0.9.3",
"@types/react": "^16.9.19",
"@types/react-native": "^0.60.30",
"del-cli": "^3.0.0",
"react": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "^1.5.5",
"react-native-reanimated": "^1.4.0",
"react-native-gesture-handler": "^1.5.6",
"react-native-reanimated": "^1.7.0",
"react-native-tab-view": "^2.13.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"peerDependencies": {
"@react-navigation/native": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/native-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@react-navigation/routers": "^5.0.0"
},
"devDependencies": {
"@react-native-community/bob": "^0.8.0",
"@react-native-community/bob": "^0.9.3",
"del-cli": "^3.0.0",
"react-native-screens": "^2.0.0-alpha.33",
"typescript": "^3.7.4"
"react-native-screens": "^2.0.0-beta.2",
"typescript": "^3.7.5"
},
"peerDependencies": {
"@react-navigation/native": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@react-navigation/core": "^5.0.0"
},
"devDependencies": {
"@react-native-community/bob": "^0.8.0",
"@types/react": "^16.9.17",
"@react-native-community/bob": "^0.9.3",
"@types/react": "^16.9.19",
"@types/react-native": "^0.60.30",
"del-cli": "^3.0.0",
"react": "~16.9.0",
"react-native": "~0.61.5",
"react-native-testing-library": "^1.12.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/routers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"shortid": "^2.2.15"
},
"devDependencies": {
"@react-native-community/bob": "^0.8.0",
"@react-native-community/bob": "^0.9.3",
"del-cli": "^3.0.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"@react-native-community/bob": {
"source": "src",
Expand Down
14 changes: 7 additions & 7 deletions packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
"react-native-iphone-x-helper": "^1.2.1"
},
"devDependencies": {
"@react-native-community/bob": "^0.8.0",
"@react-native-community/masked-view": "^0.1.5",
"@react-native-community/bob": "^0.9.3",
"@react-native-community/masked-view": "^0.1.6",
"@types/color": "^3.0.1",
"@types/react": "^16.9.17",
"@types/react": "^16.9.19",
"@types/react-native": "^0.60.30",
"del-cli": "^3.0.0",
"react": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "^1.5.5",
"react-native-safe-area-context": "^0.6.2",
"react-native-screens": "^2.0.0-alpha.33",
"typescript": "^3.7.4"
"react-native-gesture-handler": "^1.5.6",
"react-native-safe-area-context": "^0.7.2",
"react-native-screens": "^2.0.0-beta.2",
"typescript": "^3.7.5"
},
"peerDependencies": {
"@react-native-community/masked-view": "^0.1.1",
Expand Down
Loading

0 comments on commit ae680a1

Please sign in to comment.