|
5 | 5 | "dependencies": {
|
6 | 6 | "@emotion/react": "^11.14.0",
|
7 | 7 | "@emotion/styled": "^11.14.0",
|
8 |
| - "@mui/material": "^6.4.4", |
9 |
| - "@reduxjs/toolkit": "^2.5.1", |
| 8 | + "@mui/material": "^7.0.1", |
| 9 | + "@reduxjs/toolkit": "^2.6.1", |
10 | 10 | "@testing-library/dom": ">=10.4.0",
|
11 | 11 | "@testing-library/jest-dom": "^6.6.3",
|
12 | 12 | "@testing-library/react": "^16.2.0",
|
13 | 13 | "@testing-library/user-event": "^14.6.1",
|
14 | 14 | "@types/jest": "^29.5.14",
|
15 |
| - "@types/node": "^22.13.4", |
16 |
| - "@types/react": "^19.0.8", |
17 |
| - "@types/react-dom": "^19.0.3", |
| 15 | + "@types/node": "^22.13.14", |
| 16 | + "@types/react": "^19.0.12", |
| 17 | + "@types/react-dom": "^19.0.4", |
18 | 18 | "@types/react-redux": "^7.1.34",
|
19 |
| - "react": "^19.0.0", |
20 |
| - "react-dom": "^19.0.0", |
| 19 | + "react": "^19.1.0", |
| 20 | + "react-dom": "^19.1.0", |
21 | 21 | "react-redux": "^9.2.0",
|
22 |
| - "react-router-dom": "^7.1.5", |
| 22 | + "react-router-dom": "^7.4.1", |
23 | 23 | "redux": "^5.0.1",
|
24 |
| - "typescript": "5.7.3", |
| 24 | + "typescript": "5.8.2", |
25 | 25 | "yup": "^1.6.1"
|
26 | 26 | },
|
27 | 27 | "scripts": {
|
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@vitejs/plugin-react": "^4.3.4",
|
52 |
| - "vite": "^6.1.0", |
| 52 | + "vite": "^6.2.3", |
53 | 53 | "vite-plugin-svgr": "^4.3.0",
|
54 | 54 | "vite-tsconfig-paths": "^5.1.4"
|
55 | 55 | }
|
|
0 commit comments