Skip to content

Commit

Permalink
fixed package.json following facebook/react-native#13390
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Charlet authored and Jeremie Charlet committed May 19, 2017
1 parent a76c3f9 commit 9e1b824
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"test": "jest"
},
"dependencies": {
"moment": "^2.18.1",
"react": "^16.0.0-alpha.6",
"react-native": "^0.44.0",
"react-native-media-queries": "^0.3.0",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-logger": "^3.0.0",
"redux-persist": "^4.6.0",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0"
"moment": "2.18.1",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-media-queries": "0.3.0",
"react-navigation": "1.0.0-beta.9",
"react-redux": "5.0.3",
"redux": "3.6.0",
"redux-logger": "3.0.0",
"redux-persist": "4.6.0",
"redux-promise": "0.5.3",
"redux-thunk": "2.2.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
Expand Down

0 comments on commit 9e1b824

Please sign in to comment.