Skip to content

Commit

Permalink
Restricting chart.js to 3.8.2
Browse files Browse the repository at this point in the history
In 3.9, they broke typescript with chart.js/auto - see chartjs/Chart.js#10599

It will be fixed in 4.0.
  • Loading branch information
weaverryan committed Sep 20, 2022
1 parent 464a143 commit 5c98827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chartjs/Resources/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@types/chart.js": "^2.9.34",
"chart.js": "^3.4.1",
"chart.js": "^3.4.1 <3.9",
"jest-canvas-mock": "^2.3.0",
"resize-observer-polyfill": "^1.5.1"
}
Expand Down

0 comments on commit 5c98827

Please sign in to comment.