Skip to content

Commit

Permalink
[LOCAL] bump version in template to match repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Jun 20, 2019
1 parent b4f3d4b commit 53cec2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest"
},
"dependencies": {
"react": "16.8.1",
"react": "16.8.6",
"react-native": "0.60.0-rc.1"
},
"devDependencies": {
Expand All @@ -17,7 +17,7 @@
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.1"
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
Expand Down

0 comments on commit 53cec2d

Please sign in to comment.