File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Unreleased
4
+
5
+ - Add support for Chart.js version 4
6
+
3
7
## 2.13.2
4
8
5
9
- Changee "module" key back to "main" in package.json
Original file line number Diff line number Diff line change 16
16
},
17
17
"importmap" : {
18
18
"@hotwired/stimulus" : " ^3.0.0" ,
19
- "chart.js/auto" : " ^3.4.1"
19
+ "chart.js/auto" : " ^3.4.1 || ^4.0 "
20
20
}
21
21
},
22
22
"peerDependencies" : {
23
23
"@hotwired/stimulus" : " ^3.0.0" ,
24
- "chart.js" : " ^3.4.1 <3.9"
24
+ "chart.js" : " ^3.4.1 <3.9 || ^4.0 "
25
25
},
26
26
"devDependencies" : {
27
27
"@hotwired/stimulus" : " ^3.0.0" ,
28
28
"@types/chart.js" : " ^2.9.34" ,
29
- "chart.js" : " ^3.4.1 <3.9" ,
29
+ "chart.js" : " ^3.4.1 <3.9 || ^4.0 " ,
30
30
"resize-observer-polyfill" : " ^1.5.1" ,
31
31
"vitest-canvas-mock" : " ^0.3.3"
32
32
}
You can’t perform that action at this time.
0 commit comments