Skip to content

Commit 5c98827

Browse files
committed
Restricting chart.js to 3.8.2
In 3.9, they broke typescript with chart.js/auto - see chartjs/Chart.js#10599 It will be fixed in 4.0.
1 parent 464a143 commit 5c98827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chartjs/Resources/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@hotwired/stimulus": "^3.0.0",
2222
"@types/chart.js": "^2.9.34",
23-
"chart.js": "^3.4.1",
23+
"chart.js": "^3.4.1 <3.9",
2424
"jest-canvas-mock": "^2.3.0",
2525
"resize-observer-polyfill": "^1.5.1"
2626
}

0 commit comments

Comments
 (0)