Skip to content

Commit

Permalink
minor #1533 [ChartJs] Remove <3.9 boundary in devDependencies (everth…
Browse files Browse the repository at this point in the history
…armeling)

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
  • Loading branch information
weaverryan committed Feb 26, 2024
2 parents df7d6d4 + d2836a9 commit a6e426a
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 a6e426a

Please sign in to comment.