diff --git a/ui/package.json b/ui/package.json index 2364601d..21e887ab 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "dependencies": { "build-array": "^1.0.0", "chart.js": "^2.4.0", - "chartjs-chart-box-plot": "^1.0.0-9", + "chartjs-chart-box-plot": "prerelease", "color": "^1.0.3", "d3": "^4.4.1", "lodash.find": "^4.6.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 4c384922..20664b39 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1554,12 +1554,9 @@ chart.js@^2.4.0: chartjs-color "^2.0.0" moment "^2.10.6" -chartjs-chart-box-plot@^1.0.0-9: - version "1.0.0-11" - resolved "https://registry.yarnpkg.com/chartjs-chart-box-plot/-/chartjs-chart-box-plot-1.0.0-11.tgz#a7482a7f1b5a27867e30c798f5761006d42b4256" - dependencies: - react "^15.4.1" - react-dom "^15.4.1" +chartjs-chart-box-plot@prerelease: + version "1.0.0-16" + resolved "https://registry.yarnpkg.com/chartjs-chart-box-plot/-/chartjs-chart-box-plot-1.0.0-16.tgz#2544012ae84b04fa9922fe528017f5b748346497" chartjs-color-string@^0.4.0: version "0.4.0"