Skip to content

Commit e4fd5dd

Browse files
Exclude 3.9 and fix checks...
1 parent 7a36a4f commit e4fd5dd

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
@@ -17,7 +17,7 @@
1717
},
1818
"peerDependencies": {
1919
"@hotwired/stimulus": "^3.0.0",
20-
"chart.js": "^3.4.1 || ^4.0"
20+
"chart.js": "^3.4.1 <3.9 || ^4.0"
2121
},
2222
"devDependencies": {
2323
"@hotwired/stimulus": "^3.0.0",

0 commit comments

Comments
 (0)