|
11 | 11 | "preview": "vite preview"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@reduxjs/toolkit": "^1.9.7", |
15 |
| - "axios": "^1.6.2", |
16 |
| - "prettier": "^3.1.0", |
| 14 | + "@reduxjs/toolkit": "^2.0.1", |
| 15 | + "axios": "^1.6.3", |
| 16 | + "prettier": "^3.1.1", |
17 | 17 | "react": "^18.2.0",
|
18 | 18 | "react-dom": "^18.2.0",
|
19 |
| - "react-hook-form": "^7.48.2", |
20 |
| - "react-redux": "^8.1.3", |
21 |
| - "react-router-dom": "^6.18.0", |
| 19 | + "react-hook-form": "^7.49.2", |
| 20 | + "react-redux": "^9.0.4", |
| 21 | + "react-router-dom": "^6.21.1", |
22 | 22 | "uuid": "^9.0.1"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@types/react": "^18.2.15", |
26 |
| - "@types/react-dom": "^18.2.7", |
| 25 | + "@types/react": "^18.2.46", |
| 26 | + "@types/react-dom": "^18.2.18", |
27 | 27 | "@types/uuid": "^9.0.7",
|
28 |
| - "@typescript-eslint/eslint-plugin": "^6.0.0", |
29 |
| - "@typescript-eslint/parser": "^6.0.0", |
30 |
| - "@vitejs/plugin-react": "^4.0.3", |
31 |
| - "eslint": "^8.45.0", |
| 28 | + "@typescript-eslint/eslint-plugin": "^6.16.0", |
| 29 | + "@typescript-eslint/parser": "^6.16.0", |
| 30 | + "@vitejs/plugin-react": "^4.2.1", |
| 31 | + "eslint": "^8.56.0", |
32 | 32 | "eslint-plugin-react-hooks": "^4.6.0",
|
33 |
| - "eslint-plugin-react-refresh": "^0.4.3", |
34 |
| - "typescript": "^5.0.2", |
35 |
| - "vite": "^4.4.5" |
| 33 | + "eslint-plugin-react-refresh": "^0.4.5", |
| 34 | + "typescript": "^5.3.3", |
| 35 | + "vite": "^5.0.10" |
36 | 36 | }
|
37 | 37 | }
|
0 commit comments