Skip to content

Commit

Permalink
fix: bump peer dependencies (apache#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 24, 2021
1 parent 27fec41 commit 9b7d82b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"node-fetch": "^2.2.0"
},
"peerDependencies": {
"@superset-ui/connection": "^0.10.0",
"@superset-ui/core": "^0.10.0",
"@superset-ui/connection": "^0.11.0",
"@superset-ui/core": "^0.11.0",
"react": "^15 || ^16"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"d3-scale": "^2.1.2"
},
"peerDependencies": {
"@superset-ui/core": "^0.10.0"
"@superset-ui/core": "^0.11.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.10.0"
"@superset-ui/core": "^0.11.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.10.0"
"@superset-ui/core": "^0.11.0"
}
}

0 comments on commit 9b7d82b

Please sign in to comment.