Skip to content

Commit

Permalink
[cli] Use React 16 by default in new studios (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 15, 2018
1 parent acf9306 commit 9ea2453
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/@sanity/cli/src/versionRanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ export default {
'@sanity/default-layout': 'latest',
'@sanity/default-login': 'latest',
'@sanity/desk-tool': 'latest',
react: '^15.6',
'react-dom': '^15.6'
react: '^16.2',
'react-dom': '^16.2',
'prop-types': '^15.6'
},

// Only used for Sanity-style plugins (eg, the ones we build at Sanity.io)
Expand Down

0 comments on commit 9ea2453

Please sign in to comment.