|
1 | 1 | {
|
2 | 2 | "name": "admin",
|
3 | 3 | "private": true,
|
4 |
| - "version": "2.3.0", |
| 4 | + "version": "2.3.1", |
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
7 | 7 | "dev": "vite",
|
|
11 | 11 | "preview": "vite preview"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@radix-ui/react-switch": "^1.1.3" |
| 14 | + "@radix-ui/react-switch": "^1.2.5" |
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
17 |
| - "@radix-ui/react-dialog": "^1.1.6", |
18 |
| - "@radix-ui/react-toast": "^1.2.6", |
19 |
| - "@types/react": "^19.0.12", |
20 |
| - "@types/react-dom": "^19.0.4", |
21 |
| - "@typescript-eslint/eslint-plugin": "^8.28.0", |
22 |
| - "@typescript-eslint/parser": "^8.28.0", |
23 |
| - "@vitejs/plugin-react-swc": "^3.8.1", |
24 |
| - "eslint": "^9.23.0", |
| 17 | + "@radix-ui/react-dialog": "^1.1.14", |
| 18 | + "@radix-ui/react-toast": "^1.2.14", |
| 19 | + "@types/react": "^19.1.8", |
| 20 | + "@types/react-dom": "^19.1.6", |
| 21 | + "@typescript-eslint/eslint-plugin": "^8.34.0", |
| 22 | + "@typescript-eslint/parser": "^8.34.0", |
| 23 | + "@vitejs/plugin-react-swc": "^3.10.2", |
| 24 | + "eslint": "^9.28.0", |
25 | 25 | "eslint-plugin-react-hooks": "^5.2.0",
|
26 |
| - "eslint-plugin-react-refresh": "^0.4.19", |
27 |
| - "i18next": "^24.2.3", |
28 |
| - "i18next-browser-languagedetector": "^8.0.4", |
29 |
| - "lucide-react": "^0.487.0", |
| 26 | + "eslint-plugin-react-refresh": "^0.4.20", |
| 27 | + "i18next": "^25.2.1", |
| 28 | + "i18next-browser-languagedetector": "^8.2.0", |
| 29 | + "lucide-react": "^0.515.0", |
30 | 30 | "react": "^19.1.0",
|
31 | 31 | "react-dom": "^19.1.0",
|
32 |
| - "react-hook-form": "^7.55.0", |
33 |
| - "react-i18next": "^15.4.1", |
34 |
| - "react-router-dom": "^7.4.1", |
| 32 | + "react-hook-form": "^7.57.0", |
| 33 | + "react-i18next": "^15.5.3", |
| 34 | + "react-router-dom": "^7.6.2", |
35 | 35 | "socket.io-client": "^4.8.1",
|
36 | 36 | "typescript": "^5.8.2",
|
37 |
| - "vite": "^6.2.5", |
38 |
| - "vite-plugin-static-copy": "^2.3.0", |
| 37 | + "vite": "^6.3.5", |
| 38 | + "vite-plugin-static-copy": "^3.0.0", |
39 | 39 | "vite-plugin-svgr": "^4.3.0",
|
40 |
| - "zustand": "^5.0.3" |
| 40 | + "zustand": "^5.0.5" |
41 | 41 | }
|
42 | 42 | }
|
0 commit comments