Skip to content

Commit

Permalink
fix: peerDependencies version (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 26, 2021
1 parent 3e5789d commit 13ceb8d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"husky": "^3.0.1",
"lerna": "^3.2.1",
"lint-staged": "^9.2.1",
"react": "^15 || ^16",
"react": "^16.9.0",
"yarn": "^1.9.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"csstype": "^2.6.4"
},
"peerDependencies": {
"@superset-ui/core": "^0.11.0",
"react": "^15 || ^16"
"@superset-ui/core": "^0.12.0",
"react": "^16.7.17"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"node-fetch": "^2.2.0"
},
"peerDependencies": {
"@superset-ui/connection": "^0.11.0",
"@superset-ui/core": "^0.11.0",
"@superset-ui/dimension": "^0.11.10",
"@superset-ui/query": "^0.11.10",
"react": "^15 || ^16"
"@superset-ui/connection": "^0.12.0",
"@superset-ui/core": "^0.12.0",
"@superset-ui/dimension": "^0.12.0",
"@superset-ui/query": "^0.12.0",
"react": "^16.7.17"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"d3-scale": "^3.0.0"
},
"peerDependencies": {
"@superset-ui/core": "^0.11.0"
"@superset-ui/core": "^0.12.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@superset-ui/legacy-preset-chart-big-number": "^0.10.0",
"@superset-ui/number-format": "^0.12.0",
"@superset-ui/plugin-chart-word-cloud": "^0.10.0",
"@superset-ui/query": "^0.12.0",
"@superset-ui/time-format": "^0.12.0",
"@types/storybook__addon-knobs": "^5.0.0",
"bootstrap": "^4.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"vega-lite": "^3.4.0"
},
"peerDependencies": {
"@superset-ui/number-format": "^0.11.14",
"@superset-ui/time-format": "^0.11.14"
"@superset-ui/number-format": "^0.12.0",
"@superset-ui/time-format": "^0.12.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"d3-format": "^1.3.2"
},
"peerDependencies": {
"@superset-ui/core": "^0.11.0"
"@superset-ui/core": "^0.12.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"d3-time-format": "^2.1.3"
},
"peerDependencies": {
"@superset-ui/core": "^0.11.0"
"@superset-ui/core": "^0.12.0"
}
}

0 comments on commit 13ceb8d

Please sign in to comment.