Skip to content

Commit

Permalink
Bumps React Native deps to 0.31.0. (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock committed Aug 23, 2016
1 parent a857cbd commit 37dd14f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions packages/demo-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
},
"dependencies": {
"apisauce": "^0.3.0",
"ramda": "^0.21.0",
"ramda": "^0.22.0",
"ramdasauce": "^1.0.0",
"react": "15.2.1",
"react-native": "0.30.0",
"react-native": "^0.31.0",
"react-redux": "^4.4.5",
"reactotron-core-client": "^0.90.1",
"reactotron-react-native": "^0.90.1",
"reactotron-apisauce": "^0.90.1",
"reactotron-redux": "^0.90.1",
"redux": "^3.5.1",
"redux-logger": "^2.6.1",
"redux-saga": "^0.11.0",
"seamless-immutable": "^6.0.1",
"socket.io": "^1.4.8"
"socket.io": "^1.4.8",
"reactotron-core-client": "^0.90.1",
"reactotron-react-native": "^0.90.1",
"reactotron-apisauce": "^0.90.1",
"reactotron-redux": "^0.90.1"
},
"globals": [
"__DEV__"
Expand Down
6 changes: 3 additions & 3 deletions packages/reactotron-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"README.md"
],
"peerDependencies": {
"react-native": ">=0.30.0"
"react-native": ">=0.31.0"
},
"devDependencies": {
"ava": "^0.15.2",
Expand Down Expand Up @@ -58,8 +58,8 @@
"dependencies": {
"ramda": "^0.21.0",
"ramdasauce": "^1.1.0",
"react": "^15.2.1",
"react-native": "^0.30.0",
"react": "15.2.1",
"react-native": "0.31.0",
"reactotron-core-client": "^0.90.1",
"socket.io": "^1.4.8"
}
Expand Down

0 comments on commit 37dd14f

Please sign in to comment.