Skip to content

Commit a6e426a

Browse files
committed
minor #1533 [ChartJs] Remove <3.9 boundary in devDependencies (evertharmeling)
This PR was merged into the 2.x branch. Discussion ---------- [ChartJs] Remove <3.9 boundary in devDependencies | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Issues | Follow up on #1518 (more info in #1433) | License | MIT Commits ------- d2836a9 [ChartJs] Remove <3.9 boundary and fix testsuite
2 parents df7d6d4 + d2836a9 commit a6e426a

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)