Skip to content

Commit db67962

Browse files
committed
bug #1017 [Chart.js] Restricting version users will get (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [Chart.js] Restricting version users will get | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | Fix #1013 | License | MIT Until we properly support 3.9, we need to show that here. Without this, users would start their app with ^3.4.1 thanks to flex, they might get 3.9.1, and then npm may install 2 copies of chart.js: 3.9.1 and 3.8.* for symfony/ux-chartjs Commits ------- 734f7ed [Chart.js] Restricting version users will get
2 parents 4f420d6 + 734f7ed commit db67962

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

0 commit comments

Comments
 (0)