Skip to content

Commit

Permalink
fix(deps): update dependency chart.js to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dangreen committed Dec 5, 2022
1 parent a9da1f0 commit b211842
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -94,7 +94,7 @@
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.0-rc.17",
"browserslist": "^4.19.1",
"chart.js": "^3.7.0",
"chart.js": "^4.0.0",
"clean-publish": "^4.0.0",
"commitizen": "^4.2.4",
"cross-env": "^7.0.0",
Expand Down
9 changes: 6 additions & 3 deletions sandboxes/polar-area/package.json
@@ -1,9 +1,12 @@
{
"name": "vue-chartjs-polar-area-example",
"type": "module",
"scripts": {
"start": "vite"
},
"dependencies": {
"chart.js": "^3.8.0",
"chart.js": "^4.0.0",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
Expand Down

0 comments on commit b211842

Please sign in to comment.