build(deps): update reactable-arc requirement from 0.14.42 to 0.15.0 (#95)

Updates the requirements on [reactable-arc](https://github.com/thabti/reactable) to permit the latest version.
- [Release notes](https://github.com/thabti/reactable/releases)
- [Commits](https://github.com/thabti/reactable/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-08 17:06:50 -07:00 committed by Yongjie Zhao
parent 8d4ae5d0a0
commit 53c4265616

View File

@ -30,7 +30,7 @@
"dependencies": {
"distributions": "^1.0.0",
"prop-types": "^15.6.2",
"reactable-arc": "0.14.42"
"reactable-arc": "0.15.0"
},
"peerDependencies": {
"@superset-ui/chart": "^0.10.0 || ^0.11.0",