|
1 | 1 | {
|
2 | 2 | "name": "react-material-full",
|
3 | 3 | "description": "React Material Admin Full",
|
4 |
| - "version": "2.4.0", |
| 4 | + "version": "2.4.1", |
5 | 5 | "private": true,
|
6 | 6 | "homepage": "./",
|
7 | 7 | "scripts": {
|
|
12 | 12 | "format": "prettier --write src/"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@emotion/react": "^11.11.1", |
16 |
| - "@emotion/styled": "^11.11.0", |
| 15 | + "@emotion/react": "^11.11.5", |
| 16 | + "@emotion/styled": "^11.11.5", |
17 | 17 | "@fullcalendar/daygrid": "^5.11.5",
|
18 | 18 | "@fullcalendar/interaction": "^5.11.5",
|
19 | 19 | "@fullcalendar/list": "^5.11.5",
|
|
27 | 27 | "@mui/styles": "^5.15.1",
|
28 | 28 | "@mui/x-data-grid": "^5.17.26",
|
29 | 29 | "@mui/x-date-pickers": "^5.0.20",
|
30 |
| - "apexcharts": "^3.45.0", |
| 30 | + "apexcharts": "^3.54.1", |
31 | 31 | "assert": "^2.1.0",
|
32 | 32 | "axios": "^0.27.2",
|
33 | 33 | "babel-eslint": "10.1.0",
|
34 | 34 | "buffer": "^6.0.3",
|
35 | 35 | "classnames": "^2.3.2",
|
36 | 36 | "connected-react-router": "^6.9.3",
|
37 |
| - "crypto-browserify": "^3.12.0", |
| 37 | + "crypto-browserify": "^3.12.1", |
38 | 38 | "css-loader": "^2.1.1",
|
39 | 39 | "date-fns": "^2.30.0",
|
40 | 40 | "eslint": "^6.8.0",
|
|
54 | 54 | "prop-types": "^15.8.1",
|
55 | 55 | "query-string": "7.1.3",
|
56 | 56 | "react": "^18.2.0",
|
57 |
| - "react-apexcharts": "^1.4.1", |
| 57 | + "react-apexcharts": "^1.6.0", |
58 | 58 | "react-app-rewired": "^2.2.1",
|
59 | 59 | "react-dom": "^18.2.0",
|
60 | 60 | "react-google-maps": "^9.4.5",
|
|
66 | 66 | "react-swipeable-views": "^0.14.0",
|
67 | 67 | "react-swipeable-views-utils": "^0.14.0",
|
68 | 68 | "react-syntax-highlighter": "^11.0.3",
|
69 |
| - "recharts": "^2.10.3", |
| 69 | + "recharts": "^2.13.3", |
70 | 70 | "redux": "^4.2.1",
|
71 | 71 | "redux-thunk": "^2.4.2",
|
72 | 72 | "sortablejs": "^1.15.1",
|
|
96 | 96 | "@testing-library/jest-dom": "^5.17.0",
|
97 | 97 | "@testing-library/react": "^14.1.2",
|
98 | 98 | "@testing-library/user-event": "^14.5.1",
|
99 |
| - "@types/jest": "^29.5.11", |
| 99 | + "@types/jest": "^29.5.14", |
100 | 100 | "@types/node": "^20.10.5",
|
101 |
| - "@types/react": "^18.2.45", |
102 |
| - "@types/react-dom": "^18.2.18", |
| 101 | + "@types/react": "^18.3.12", |
| 102 | + "@types/react-dom": "^18.3.1", |
103 | 103 | "@types/sortablejs": "^1.15.7",
|
104 | 104 | "cross-env": "^7.0.3",
|
105 | 105 | "eslint-plugin-css-modules": "^2.12.0",
|
106 |
| - "sass": "^1.69.5" |
| 106 | + "sass": "^1.81.0" |
107 | 107 | }
|
108 | 108 | }
|
0 commit comments