Skip to content

Commit

Permalink
fix: modify the peerDependencies to reflect the need for react 16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-c authored and RomanHotsiy committed Mar 23, 2018
1 parent 3fabce4 commit b29c329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"yaml-js": "^0.2.3"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^16.3.0-alpha.2",
"react-dom": "^16.3.0-alpha.2"
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.0.0-beta.42",
Expand Down Expand Up @@ -194,4 +194,4 @@
"printWidth": 100,
"parser": "typescript"
}
}
}

0 comments on commit b29c329

Please sign in to comment.