Skip to content

Commit

Permalink
fix: Fix React peer dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Apr 14, 2019
1 parent 13cd577 commit 7132e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
"typescript": "3.4.3"
},
"peerDependencies": {
"react": "16.8.0"
"react": "^16.8.0"
}
}

0 comments on commit 7132e3d

Please sign in to comment.