|
40 | 40 | "test:update":"jest --coverage --updateSnapshot" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | -"@coreui/chartjs":"^4.0.0-beta.0", |
| 43 | +"@coreui/chartjs":"^4.0.0-rc.0", |
44 | 44 | "chart.js":"^4.4.0" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "@rollup/plugin-commonjs":"^25.0.7", |
48 | 48 | "@rollup/plugin-node-resolve":"^15.2.3", |
49 | 49 | "@rollup/plugin-typescript":"^11.1.5", |
50 | 50 | "@testing-library/jest-dom":"^6.1.4", |
51 | | -"@testing-library/react":"^14.0.0", |
52 | | -"@types/lodash":"^4.14.200", |
53 | | -"@types/react":"18.2.33", |
54 | | -"@types/react-dom":"^18.2.14", |
| 51 | +"@testing-library/react":"^14.1.0", |
| 52 | +"@types/lodash":"^4.14.201", |
| 53 | +"@types/react":"18.2.37", |
| 54 | +"@types/react-dom":"^18.2.15", |
55 | 55 | "classnames":"^2.3.2", |
56 | 56 | "jest":"^29.7.0", |
57 | 57 | "jest-canvas-mock":"^2.5.2", |
|
60 | 60 | "prop-types":"^15.8.1", |
61 | 61 | "react":"^18.2.0", |
62 | 62 | "react-dom":"^18.2.0", |
63 | | -"rollup":"^4.1.5", |
| 63 | +"rollup":"^4.4.1", |
64 | 64 | "ts-jest":"^29.1.1", |
65 | 65 | "typescript":"^5.2.2" |
66 | 66 | }, |
|