Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

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 bf17732
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
"@types/lodash": "^4.14.124",
"@types/node": "^12.0.0",
"@types/prettier": "^1.16.3",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"all-contributors-cli": "^6.4.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-react-app": "^9.0.0",
Expand All @@ -59,6 +57,10 @@
"ts-jest": "^24.0.2",
"typescript": "3.3.4000"
},
"peerDependencies": {
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4"
},
"workspaces": [
"core/*",
"examples/*",
Expand Down

0 comments on commit bf17732

Please sign in to comment.