Skip to content

Commit

Permalink
Make connection and color packages peer dependencies (apache#59)
Browse files Browse the repository at this point in the history
* Make connection and color packages peer dependencies

- Also updating the version of the color package in the demo package to be the latest

* Addressing PR comments. Only updating the version of the color package in the demo package
  • Loading branch information
xtinec authored Dec 12, 2018
1 parent f5695f8 commit 64430a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/superset-ui-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@
"reselect": "^4.0.0"
},
"devDependencies": {
"@superset-ui/connection": "^0.7.0",
"react": "^15 || ^16"
},
"peerDependencies": {
"@superset-ui/connection": "^0.7.0",
"react": "^15 || ^16"
}
}
2 changes: 1 addition & 1 deletion packages/superset-ui-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@storybook/addon-knobs": "^4.0.2",
"@storybook/addon-options": "^4.0.3",
"@storybook/react": "^4.0.2",
"@superset-ui/color": "^0.4.0",
"@superset-ui/color": "^0.7.0",
"babel-loader": "^8.0.4",
"git-directory-deploy": "^1.5.1",
"react": "^16.6.0",
Expand Down

0 comments on commit 64430a6

Please sign in to comment.