Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: move react to table peerdependency (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Aug 15, 2019
1 parent a3f9a8c commit 92028c2
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 92028c2

Please sign in to comment.