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 96c2b74 commit 446e13d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"step2": "cd node_modules; find . -name .babelrc | grep -v packager | xargs rm"
},
"dependencies": {
"react": "^15.3.1",
"react-native": "^0.31.0",
"react-redux": "4.4.0",
"redux": "3.3.1",
"redux-thunk": "1.0.3"
"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 446e13d

Please sign in to comment.