Skip to content

Commit

Permalink
fix: move react to table peerdependency (apache#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 24, 2021
1 parent d088e9c commit 4dbb02e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"dependencies": {
"@airbnb/lunar": "^2.16.0",
"@airbnb/lunar-icons": "^2.1.4",
"react": "^16.8.6"
"@airbnb/lunar-icons": "^2.1.4"
},
"peerDependencies": {
"@superset-ui/chart": "^0.11.14",
"@superset-ui/number-format": "^0.11.14",
"@superset-ui/time-format": "^0.11.14",
"@superset-ui/translation": "^0.11.9"
"@superset-ui/translation": "^0.11.9",
"react": "^16.8.6"
}
}

0 comments on commit 4dbb02e

Please sign in to comment.