Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
chore: fix react and react-native versions
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 4, 2019
1 parent d8394cf commit 070c46b
Show file tree
Hide file tree
Showing 11 changed files with 137 additions and 116 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "^3.6.3"
},
"resolutions": {
"react": "16.10.1",
"react": "16.8.3",
"react-native": "0.59.10"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bottom-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/react": "^16.9.4",
"@types/react-native": "^0.60.17",
"del-cli": "^3.0.0",
"react": "16.10.1",
"react": "16.8.3",
"react-native": "0.59.10",
"react-native-safe-area-context": "^0.3.6",
"typescript": "^3.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
},
"devDependencies": {
"@types/react": "^16.9.4",
"react": "^16.10.1",
"react": "^16.8.3",
"typescript": "^3.6.3"
},
"peerDependencies": {
"@react-navigation/core": "^5.0.0-alpha.0",
"react": "^16.10.1"
"react": "^16.8.3"
},
"@react-native-community/bob": {
"source": "src",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@types/react": "^16.9.4",
"@types/shortid": "^0.0.29",
"del-cli": "^3.0.0",
"react": "^16.10.1",
"react": "^16.8.3",
"react-native-testing-library": "^1.9.1",
"react-test-renderer": "16.10.1",
"react-test-renderer": "16.8.3",
"typescript": "^3.6.3"
},
"peerDependencies": {
"react": "^16.10.1"
"react": "^16.8.3"
},
"@react-native-community/bob": {
"source": "src",
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/react": "^16.9.4",
"@types/react-native": "^0.60.17",
"del-cli": "^3.0.0",
"react": "16.10.1",
"react": "16.8.3",
"react-native": "0.59.10",
"react-native-gesture-handler": "^1.3.0",
"react-native-reanimated": "^1.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"query-string": "^6.8.3",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-native": "^0.61.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-native": "^0.59.10",
"react-native-gesture-handler": "~1.3.0",
"react-native-paper": "^3.0.0-alpha.3",
"react-native-reanimated": "~1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-bottom-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/react-native": "^0.60.17",
"@types/react-native-vector-icons": "^6.4.4",
"del-cli": "^3.0.0",
"react": "16.10.1",
"react": "16.8.3",
"react-native": "0.59.10",
"react-native-paper": "^3.0.0-alpha.3",
"react-native-vector-icons": "^6.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-top-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@types/react": "^16.9.4",
"@types/react-native": "^0.60.17",
"del-cli": "^3.0.0",
"react": "16.10.1",
"react-native": "^0.59.8",
"react": "16.8.3",
"react-native": "^0.59.10",
"react-native-gesture-handler": "^1.3.0",
"react-native-reanimated": "^1.3.0",
"react-native-tab-view": "^2.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/react": "^16.9.4",
"@types/react-native": "^0.60.17",
"del-cli": "^3.0.0",
"react": "16.10.1",
"react": "16.8.3",
"react-native": "0.59.10",
"typescript": "^3.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/react": "^16.9.4",
"@types/react-native": "^0.60.17",
"del-cli": "^3.0.0",
"react": "16.10.1",
"react": "16.8.3",
"react-native": "0.59.10",
"react-native-gesture-handler": "^1.3.0",
"react-native-reanimated": "^1.3.0",
Expand Down
Loading

0 comments on commit 070c46b

Please sign in to comment.