Skip to content

Commit

Permalink
914462: Resolved the dependabot issues in angular bar chart creating …
Browse files Browse the repository at this point in the history
…stacked waterfall chart.
  • Loading branch information
Soundeswari-Selvam committed Oct 11, 2024
1 parent 8e01666 commit 1d7cb51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Vue sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"dependencies": {
"@syncfusion/ej2-vue-charts": "^20.1.56",
"vue": "^2.5.11"
"vue": "^2.5.11",
"vue-template-compiler": "^3.0.0"
},
"browserslist": [
"> 1%",
Expand All @@ -27,7 +28,7 @@
"css-loader": "^0.28.7",
"file-loader": "^1.1.4",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"vue-template-compiler": "^3.0.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^3.1.11"
}
Expand Down

0 comments on commit 1d7cb51

Please sign in to comment.