Skip to content

Commit

Permalink
chore: move all superset-ui/core deps out of peerDependencies (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and zhaoyongjie committed Nov 24, 2021
1 parent 2834e3f commit b09f5e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "0.15.1",
"@superset-ui/core": "0.15.1",
"d3-array": "^2.0.3",
"d3-selection": "^1.4.0",
"d3-tip": "^0.9.1",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"@superset-ui/chart-controls": "^0.14.22",
"@superset-ui/core": "^0.14.22",
"react": "^16.13.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "0.15.1",
"@superset-ui/core": "0.15.1",
"@data-ui/event-flow": "^0.0.84",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"@superset-ui/chart-controls": "^0.14.22",
"@superset-ui/core": "^0.14.22",
"react": "^15 || ^16"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart-controls": "0.15.1",
"@superset-ui/core": "0.15.1",
"d3": "^3.5.17",
"nvd3": "1.8.6",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"@superset-ui/chart-controls": "^0.14.22",
"@superset-ui/core": "^0.14.22",
"react": "^16.13.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,13 @@
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.13.1"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"jest": "^26.0.1"
},
"dependencies": {
"@superset-ui/chart-controls": "0.15.1",
"@superset-ui/core": "0.15.1",
"@types/echarts": "^4.6.3",
"echarts": "^4.9.0"
},
"peerDependencies": {
"react": "^16.13.1"
}
}

0 comments on commit b09f5e6

Please sign in to comment.