Skip to content

Commit

Permalink
use most recent version of the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anchetaWern authored Apr 23, 2018
1 parent b9c19d5 commit 0752375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"expo": "^25.0.0",
"react": "16.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz",
"expo": "^26.0.0",
"react": "16.3.0-alpha.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"react-native-simple-store": "^1.3.0",
"react-navigation": "^1.5.9"
}
Expand Down

0 comments on commit 0752375

Please sign in to comment.