Skip to content

Commit

Permalink
feat: make react/react-dom peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saimon-moore committed May 20, 2019
1 parent 56d2a67 commit 7362ae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
"ts-jest": "^24.0.2",
"typescript": "3.3.4000"
},
"peerDependencies": {
"@types/react": ">=16.8.0",
"@types/react-dom": ">=16.8.0"
},
"workspaces": [
"core/*",
"examples/*",
Expand Down

0 comments on commit 7362ae5

Please sign in to comment.