Skip to content

Commit

Permalink
[ChartJs] Remove <3.9 boundary and fix testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
evertharmeling committed Feb 22, 2024
1 parent 2265069 commit d2836a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chartjs/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@types/chart.js": "^2.9.34",
"chart.js": "^3.4.1 <3.9 || ^4.0",
"chart.js": "^3.4.1 || ^4.0",
"resize-observer-polyfill": "^1.5.1",
"vitest-canvas-mock": "^0.3.3"
}
Expand Down

0 comments on commit d2836a9

Please sign in to comment.