Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cludy-me authored Jul 4, 2019
1 parent e2a11f6 commit 509fff7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"lodash": "^4.17.4",
"print-message": "^2.1.0",
"prop-types": "^15.6.0",
"react-native-i18n": "^1.0.0",
"react-native-keyboard-aware-scroll-view": "^0.5.0"
"react-native-i18n": "^2.0.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0"
},
"devDependencies": {
"native-base": "^2.0.6",
"react": "^15.5.0",
"react-native": "0.41.1"
"native-base": "^2.12.0",
"react": "^16.8.0",
"react-native": "0.60.0"
},
"peerDependencies": {
"react-native": ">=0.41.1",
"react-native": ">=0.60.0",
"react": ">=15.5.0",
"native-base": "^2.0.6"
"native-base": "^2.12.0"
}
}

0 comments on commit 509fff7

Please sign in to comment.