Skip to content

Commit

Permalink
fix(deps): update dependency chart.js to v4 (#954)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 5, 2022
1 parent a9da1f0 commit c3f8fc9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 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: 5 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 c3f8fc9

Please sign in to comment.