We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18e549 commit 8ae2881Copy full SHA for 8ae2881
package.json
@@ -39,8 +39,11 @@
39
"test": "jest --coverage",
40
"test:update": "jest --coverage --updateSnapshot"
41
},
42
- "devDependencies": {
+ "dependencies": {
43
"@coreui/chartjs": "^4.0.0-beta.0",
44
+ "chart.js": "^4.4.0"
45
+ },
46
+ "devDependencies": {
47
"@rollup/plugin-commonjs": "^25.0.7",
48
"@rollup/plugin-node-resolve": "^15.2.3",
49
"@rollup/plugin-typescript": "^11.1.5",
@@ -49,7 +52,6 @@
52
"@types/lodash": "^4.14.200",
50
53
"@types/react": "18.2.33",
51
54
"@types/react-dom": "^18.2.14",
- "chart.js": "^4.4.0",
55
"classnames": "^2.3.2",
56
"jest": "^29.7.0",
57
"jest-canvas-mock": "^2.5.2",
@@ -63,8 +65,6 @@
63
65
"typescript": "^5.2.2"
64
66
67
"peerDependencies": {
- "@coreui/chartjs": "^4.0.0-beta.0",
68
"react": ">=17",
69
"react-dom": ">=17"
70
}
0 commit comments