Skip to content

Commit d2836a9

Browse files
[ChartJs] Remove <3.9 boundary and fix testsuite
1 parent 2265069 commit d2836a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chartjs/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@hotwired/stimulus": "^3.0.0",
2828
"@types/chart.js": "^2.9.34",
29-
"chart.js": "^3.4.1 <3.9 || ^4.0",
29+
"chart.js": "^3.4.1 || ^4.0",
3030
"resize-observer-polyfill": "^1.5.1",
3131
"vitest-canvas-mock": "^0.3.3"
3232
}

0 commit comments

Comments
 (0)