Skip to content

Commit

Permalink
Make connection and color packages peer dependencies (#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 and zhaoyongjie committed Nov 24, 2021
1 parent 1e9ccda commit 5060ca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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"
}
}
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 5060ca7

Please sign in to comment.