|
22 | 22 | "test:debug": "react-scripts --inspect-brk test --runInBand"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@coreui/chartjs": "^3.1.2", |
26 |
| - "@coreui/coreui": "^5.0.0-alpha.2", |
| 25 | + "@coreui/chartjs": "^4.0.0-beta.0", |
| 26 | + "@coreui/coreui": "^5.0.0-beta.0", |
27 | 27 | "@coreui/icons": "^3.0.1",
|
28 | 28 | "@coreui/icons-react": "^2.2.1",
|
29 |
| - "@coreui/react": "^5.0.0-alpha.1", |
30 |
| - "@coreui/react-chartjs": "^2.1.3", |
| 29 | + "@coreui/react": "^5.0.0-beta.0", |
| 30 | + "@coreui/react-chartjs": "^3.0.0-beta.0", |
31 | 31 | "@coreui/utils": "^2.0.2",
|
32 |
| - "chart.js": "^3.9.1", |
| 32 | + "@popperjs/core": "^2.11.8", |
| 33 | + "chart.js": "^4.4.0", |
33 | 34 | "classnames": "^2.3.2",
|
34 |
| - "core-js": "^3.32.2", |
| 35 | + "core-js": "^3.33.1", |
35 | 36 | "prop-types": "^15.8.1",
|
36 | 37 | "react": "^18.2.0",
|
37 | 38 | "react-app-polyfill": "^3.0.0",
|
38 | 39 | "react-dom": "^18.2.0",
|
39 |
| - "react-redux": "^8.1.2", |
40 |
| - "react-router-dom": "^6.16.0", |
| 40 | + "react-redux": "^8.1.3", |
| 41 | + "react-router-dom": "^6.17.0", |
41 | 42 | "redux": "4.2.1",
|
42 | 43 | "simplebar-react": "^3.2.4"
|
43 | 44 | },
|
44 | 45 | "devDependencies": {
|
45 | 46 | "@testing-library/jest-dom": "^5.17.0",
|
46 | 47 | "@testing-library/react": "^14.0.0",
|
47 |
| - "@testing-library/user-event": "^14.5.0", |
| 48 | + "@testing-library/user-event": "^14.5.1", |
48 | 49 | "eslint-config-prettier": "^8.10.0",
|
49 | 50 | "eslint-plugin-prettier": "^4.2.1",
|
50 | 51 | "prettier": "2.8.8",
|
51 | 52 | "react-scripts": "5.0.1",
|
52 |
| - "sass": "^1.67.0", |
53 |
| - "web-vitals": "^3.4.0" |
| 53 | + "sass": "^1.69.5", |
| 54 | + "web-vitals": "^3.5.0" |
54 | 55 | },
|
55 | 56 | "engines": {
|
56 | 57 | "node": ">=10",
|
|
0 commit comments