Skip to content

Commit

Permalink
chore(legacy-plugin-chart-country-map): use peerDependencies (apache#628
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ktmud authored and zhaoyongjie committed Nov 17, 2021
1 parent 3095e39 commit 8650465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "0.14.2",
"d3": "^3.5.17",
"d3-array": "^2.0.3",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"@superset-ui/chart-controls": "^0.14.0",
"@superset-ui/chart": "^0.14.0",
"@superset-ui/color": "^0.14.0",
"@superset-ui/number-format": "^0.14.0",
Expand Down

0 comments on commit 8650465

Please sign in to comment.