Skip to content

Commit c961ae5

Browse files
914462: Resolved the dependabot issues in the how to show informative tooltips in Vue charts.
1 parent 25f0a28 commit c961ae5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"dependencies": {
1111
"@syncfusion/ej2-vue-charts": "^20.1.59",
1212
"core-js": "^3.8.3",
13-
"vue": "^2.6.14"
13+
"vue": "^2.6.14",
14+
"vue-template-compiler": ">=3.0.0"
1415
},
1516
"devDependencies": {
1617
"@babel/core": "^7.12.16",
@@ -20,7 +21,7 @@
2021
"@vue/cli-service": "~5.0.0",
2122
"eslint": "^7.32.0",
2223
"eslint-plugin-vue": "^8.0.3",
23-
"vue-template-compiler": "^2.6.14"
24+
"vue-template-compiler": ">=3.0.0"
2425
},
2526
"eslintConfig": {
2627
"root": true,

0 commit comments

Comments
 (0)