Skip to content

Commit f1a941f

Browse files
Exclude 3.9 and fix checks...
1 parent 503b164 commit f1a941f

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
@@ -15,7 +15,7 @@
1515
},
1616
"peerDependencies": {
1717
"@hotwired/stimulus": "^3.0.0",
18-
"chart.js": "^3.4.1 || ^4.0"
18+
"chart.js": "^3.4.1 <3.9 || ^4.0"
1919
},
2020
"devDependencies": {
2121
"@hotwired/stimulus": "^3.0.0",

0 commit comments

Comments
 (0)