From 70993df89540ae73c325c6ff46de5a90d47dc0cd Mon Sep 17 00:00:00 2001 From: xidedix Date: Thu, 24 May 2018 20:47:17 +0200 Subject: [PATCH] chore: add missing dependencies (icons, tooltips) --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index b39e3a96..8a01d45c 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,8 @@ }, "dependencies": { "@coreui/coreui": "^2.0.1", + "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", + "@coreui/icons": "^0.2.0", "@coreui/vue": "^2.0.0-alpha.0", "bootstrap": "^4.1.1", "bootstrap-vue": "^2.0.0-rc.11",