Skip to content

Commit

Permalink
upgrade package json
Browse files Browse the repository at this point in the history
  • Loading branch information
alinz committed Aug 31, 2016
1 parent 086bd9e commit 96c2b74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Counters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "0.14.8",
"react-native": "0.23.1",
"react-redux": "4.4.2",
"redux": "3.4.0",
"redux-actions": "^0.9.1",
"redux-thunk": "^2.0.1"
"react": "15.3.1",
"react-native": "0.32.0",
"react-redux": "4.4.5",
"redux": "3.5.2",
"redux-actions": "0.11.0",
"redux-thunk": "2.1.0"
}
}

0 comments on commit 96c2b74

Please sign in to comment.