File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
"test" : " jest --coverage" ,
40
40
"test:update" : " jest --coverage --updateSnapshot"
41
41
},
42
- "devDependencies " : {
42
+ "dependencies " : {
43
43
"@coreui/chartjs" : " ^4.0.0-beta.0" ,
44
+ "chart.js" : " ^4.4.0"
45
+ },
46
+ "devDependencies" : {
44
47
"@rollup/plugin-commonjs" : " ^25.0.7" ,
45
48
"@rollup/plugin-node-resolve" : " ^15.2.3" ,
46
49
"@rollup/plugin-typescript" : " ^11.1.5" ,
49
52
"@types/lodash" : " ^4.14.200" ,
50
53
"@types/react" : " 18.2.33" ,
51
54
"@types/react-dom" : " ^18.2.14" ,
52
- "chart.js" : " ^4.4.0" ,
53
55
"classnames" : " ^2.3.2" ,
54
56
"jest" : " ^29.7.0" ,
55
57
"jest-canvas-mock" : " ^2.5.2" ,
63
65
"typescript" : " ^5.2.2"
64
66
},
65
67
"peerDependencies" : {
66
- "@coreui/chartjs" : " ^4.0.0-beta.0" ,
67
- "chart.js" : " ^4.4.0" ,
68
68
"react" : " >=17" ,
69
69
"react-dom" : " >=17"
70
70
}
You can’t perform that action at this time.
0 commit comments