Skip to content

Commit

Permalink
Merge pull request #275 from dcos-labs/brandonc/react_peer_dep
Browse files Browse the repository at this point in the history
fix: Convert React to peer dependency
  • Loading branch information
mperrotti authored Jan 11, 2019
2 parents a6d336a + b687444 commit 7523e44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,18 @@
"emotion-theming": "9.2.9",
"focus-trap-react": "4.0.1",
"memoize-one": "4.0.2",
"react": "16.5.2",
"react-click-outside": "3.0.1",
"react-delegate-component": "1.0.0",
"react-dom": "16.5.2",
"react-emotion": "9.2.12",
"react-toggled": "1.2.7",
"react-transition-group": "2.5.0",
"react-virtualized": "9.20.1",
"semantic-release": "15.9.6"
},
"peerDependencies": {
"react": ">=15.4.1 <=16.7.0 || 16.7.0-alpha.0",
"react-dom": ">=15.4.1 <=16.7.0 || 16.7.0-alpha.0"
},
"devDependencies": {
"@commitlint/cli": "7.2.0",
"@commitlint/config-conventional": "7.1.2",
Expand Down Expand Up @@ -92,7 +94,9 @@
"npm": "6.4.1",
"prettier": "1.14.3",
"prop-types": "15.6.2",
"react": "16.5.2",
"react-docgen-typescript-loader": "3.0.0",
"react-dom": "16.5.2",
"react-test-renderer": "16.5.2",
"rimraf": "2.6.2",
"storybook-readme": "4.0.2",
Expand Down

0 comments on commit 7523e44

Please sign in to comment.