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 Apr 13, 2019
1 parent c89e9d9 commit ca3000d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/superset-ui-chart/package.json
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"
}
}
2 changes: 1 addition & 1 deletion packages/superset-ui-color/package.json
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"
}
}
2 changes: 1 addition & 1 deletion packages/superset-ui-number-format/package.json
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"
}
}
2 changes: 1 addition & 1 deletion packages/superset-ui-time-format/package.json
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 ca3000d

Please sign in to comment.