chore: bump superset-ui peer dependencies (#46)

This commit is contained in:
David Aaron Suddjian 2021-08-30 17:04:33 -07:00 committed by Yongjie Zhao
parent 50a712cb96
commit 23261bae3a
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@
"xss": "^1.0.6"
},
"peerDependencies": {
"@superset-ui/chart-controls": "^0.17.80",
"@superset-ui/core": "^0.17.80",
"@superset-ui/chart-controls": "0.x.x",
"@superset-ui/core": "0.x.x",
"react": "^16.13.1"
}
}