Skip to content

Commit

Permalink
Example should use always the latest React version (jestjs#5700)
Browse files Browse the repository at this point in the history
  • Loading branch information
expobrain authored and cpojer committed Mar 1, 2018
1 parent f877284 commit fbe05d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"react": "15.4.2"
"react": "*"
},
"devDependencies": {
"babel-jest": "*",
Expand Down

0 comments on commit fbe05d3

Please sign in to comment.