From c961ae579d7d45d1ff7d51d72825fc9530612430 Mon Sep 17 00:00:00 2001 From: Soundeswari-Selvam Date: Fri, 11 Oct 2024 18:43:27 +0530 Subject: [PATCH] 914462: Resolved the dependabot issues in the how to show informative tooltips in Vue charts. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 43baf1c..7c62b1b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "dependencies": { "@syncfusion/ej2-vue-charts": "^20.1.59", "core-js": "^3.8.3", - "vue": "^2.6.14" + "vue": "^2.6.14", + "vue-template-compiler": ">=3.0.0" }, "devDependencies": { "@babel/core": "^7.12.16", @@ -20,7 +21,7 @@ "@vue/cli-service": "~5.0.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", - "vue-template-compiler": "^2.6.14" + "vue-template-compiler": ">=3.0.0" }, "eslintConfig": { "root": true,