Skip to content

Commit

Permalink
Change create-subscription's peerDep on react to ^16.3.0 (#12496)
Browse files Browse the repository at this point in the history
  • Loading branch information
NMinhNguyen authored and bvaughn committed Mar 30, 2018
1 parent 59b3905 commit fa8e678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-subscription/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"fbjs": "^0.8.16"
},
"peerDependencies": {
"react": "^16.3.0-alpha.1"
"react": "^16.3.0"
},
"devDependencies": {
"rxjs": "^5.5.6"
Expand Down

0 comments on commit fa8e678

Please sign in to comment.