Make connection and color packages peer dependencies (#59)

* 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
This commit is contained in:
Christine Chambers 2018-12-11 17:02:34 -08:00 committed by Yongjie Zhao
parent 19bb506ca1
commit 466084706d
2 changed files with 3 additions and 1 deletions

View File

@ -32,9 +32,11 @@
"reselect": "^4.0.0" "reselect": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@superset-ui/connection": "^0.7.0",
"react": "^15 || ^16" "react": "^15 || ^16"
}, },
"peerDependencies": { "peerDependencies": {
"@superset-ui/connection": "^0.7.0",
"react": "^15 || ^16" "react": "^15 || ^16"
} }
} }

View File

@ -33,7 +33,7 @@
"@storybook/addon-knobs": "^4.0.2", "@storybook/addon-knobs": "^4.0.2",
"@storybook/addon-options": "^4.0.3", "@storybook/addon-options": "^4.0.3",
"@storybook/react": "^4.0.2", "@storybook/react": "^4.0.2",
"@superset-ui/color": "^0.4.0", "@superset-ui/color": "^0.7.0",
"babel-loader": "^8.0.4", "babel-loader": "^8.0.4",
"git-directory-deploy": "^1.5.1", "git-directory-deploy": "^1.5.1",
"react": "^16.6.0", "react": "^16.6.0",