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