Skip to content

Commit

Permalink
Update chart.js dependency (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Apr 2, 2021
1 parent e61fe17 commit 83c44fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.2.0",
"chart.js": "^3.0.0-beta.13",
"chart.js": "^3.0.0",
"chartjs-test-utils": "^0.2.2",
"concurrently": "^6.0.0",
"cross-env": "^7.0.3",
Expand All @@ -49,7 +49,7 @@
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"chart.js": "^3.0.0-beta.13"
"chart.js": "^3.0.0"
},
"dependencies": {}
}

0 comments on commit 83c44fa

Please sign in to comment.