Skip to content

Commit 033223c

Browse files
committed
feature #1518 [Chart.js] Fix peerDepencies constraint (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Chart.js] Fix peerDepencies constraint Commits ------- e6686f4 Fix charts.js peerDepencies constraint
2 parents c358863 + e6686f4 commit 033223c

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
@@ -21,7 +21,7 @@
2121
},
2222
"peerDependencies": {
2323
"@hotwired/stimulus": "^3.0.0",
24-
"chart.js": "^3.4.1 <3.9 || ^4.0"
24+
"chart.js": "^3.4.1 || ^4.0"
2525
},
2626
"devDependencies": {
2727
"@hotwired/stimulus": "^3.0.0",

0 commit comments

Comments
 (0)