|
6 | 6 | "homepage": "/admin-ui", |
7 | 7 | "dependencies": { |
8 | 8 | "@hello-pangea/dnd": "^17.0.0", |
9 | | - "@mui/material": "^6.3.0", |
10 | | - "@mui/x-date-pickers": "^7.23.1", |
11 | | - "@reduxjs/toolkit": "^2.5.0", |
12 | | - "@types/dompurify": "^3.2.0", |
| 9 | + "@mui/material": "^6.4.1", |
| 10 | + "@mui/x-date-pickers": "^7.24.1", |
| 11 | + "@reduxjs/toolkit": "^2.5.1", |
13 | 12 | "array-move": "^4.0.0", |
14 | 13 | "axios": "^1.7.9", |
15 | 14 | "bourbon": "^7.3.0", |
|
19 | 18 | "font-awesome": "^4.7.0", |
20 | 19 | "formik": "^2.4.6", |
21 | 20 | "http-proxy-middleware": "^3.0.3", |
22 | | - "i18next": "^24.2.0", |
| 21 | + "i18next": "^24.2.2", |
23 | 22 | "i18next-browser-languagedetector": "^8.0.2", |
24 | | - "i18next-http-backend": "^3.0.1", |
| 23 | + "i18next-http-backend": "^3.0.2", |
25 | 24 | "lodash": "^4.17.21", |
26 | 25 | "moment": "^2.30.1", |
27 | | - "moment-timezone": "^0.5.46", |
| 26 | + "moment-timezone": "^0.5.47", |
28 | 27 | "react": "^18.3.1", |
29 | | - "react-chartjs-2": "^5.2.0", |
30 | | - "react-datepicker": "^7.5.0", |
| 28 | + "react-chartjs-2": "^5.3.0", |
| 29 | + "react-datepicker": "^7.6.0", |
31 | 30 | "react-dom": "^18.3.1", |
32 | 31 | "react-hotkeys-hook": "^4.6.1", |
33 | 32 | "react-i18next": "^15.4.0", |
34 | | - "react-icons": "^5.3.0", |
| 33 | + "react-icons": "^5.4.0", |
35 | 34 | "react-redux": "^9.2.0", |
36 | | - "react-router": "^7.1.1", |
37 | | - "react-select": "^5.8.0", |
| 35 | + "react-router": "^7.1.3", |
| 36 | + "react-select": "^5.10.0", |
38 | 37 | "redux": "^5.0.1", |
39 | 38 | "redux-persist": "^6.0.0", |
40 | 39 | "redux-thunk": "^3.1.0", |
41 | 40 | "reselect": "^5.1.1", |
42 | | - "styled-components": "^6.1.13", |
| 41 | + "styled-components": "^6.1.14", |
43 | 42 | "yup": "^1.6.1" |
44 | 43 | }, |
45 | 44 | "scripts": { |
|
63 | 62 | "devDependencies": { |
64 | 63 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
65 | 64 | "@eslint/eslintrc": "^3.2.0", |
66 | | - "@eslint/js": "^9.9.1", |
| 65 | + "@eslint/js": "^9.19.0", |
67 | 66 | "@redux-devtools/extension": "^3.3.0", |
68 | | - "@types/lodash": "^4.17.13", |
69 | | - "@types/node": "^22.5.1", |
| 67 | + "@types/lodash": "^4.17.15", |
| 68 | + "@types/node": "^22.12.0", |
70 | 69 | "@types/react-dom": "^18.3.0", |
71 | 70 | "@types/uuid": "^10.0.0", |
72 | 71 | "@typescript-eslint/eslint-plugin": "^7.14.1", |
|
75 | 74 | "eslint-config-react-app": "^7.0.1", |
76 | 75 | "prop-types": "^15.8.1", |
77 | 76 | "rollup-preserve-directives": "^1.1.3", |
78 | | - "sass": "^1.83.0", |
79 | | - "typescript": "^5.7.2", |
80 | | - "uuid": "^11.0.3", |
| 77 | + "sass": "^1.83.4", |
| 78 | + "typescript": "^5.7.3", |
| 79 | + "uuid": "^11.0.5", |
81 | 80 | "vite": "^5.4.10", |
82 | | - "vite-plugin-svgr": "^4.2.0", |
| 81 | + "vite-plugin-svgr": "^4.3.0", |
83 | 82 | "vite-tsconfig-paths": "^5.1.4", |
84 | 83 | "vitest": "^2.1.8" |
85 | 84 | } |
|
0 commit comments