Skip to content

Commit

Permalink
0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 28, 2020
1 parent ae21eba commit b999845
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 211 deletions.
6 changes: 3 additions & 3 deletions examples/react-native/package.json
Expand Up @@ -7,15 +7,15 @@
"test": "jest"
},
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.5"
"react": "16.9.0",
"react-native": "0.61.5"
},
"devDependencies": {
"@babel/core": "*",
"@babel/preset-env": "*",
"babel-jest": "*",
"jest": "*",
"metro-react-native-babel-preset": "*",
"react-test-renderer": "16.8.6"
"react-test-renderer": "16.9.0"
}
}

0 comments on commit b999845

Please sign in to comment.