|
1 | 1 | {
|
2 | 2 | "name": "admin",
|
3 | 3 | "private": true,
|
4 |
| - "version": "2.2.5", |
| 4 | + "version": "2.2.6", |
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.0" |
| 14 | + "@radix-ui/react-switch": "^1.1.1" |
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
17 |
| - "@radix-ui/react-dialog": "^1.1.1", |
18 |
| - "@radix-ui/react-toast": "^1.2.1", |
19 |
| - "@types/react": "^18.3.8", |
20 |
| - "@types/react-dom": "^18.2.25", |
21 |
| - "@typescript-eslint/eslint-plugin": "^8.6.0", |
22 |
| - "@typescript-eslint/parser": "^8.6.0", |
23 |
| - "@vitejs/plugin-react-swc": "^3.5.0", |
24 |
| - "eslint": "^9.10.0", |
25 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
26 |
| - "eslint-plugin-react-refresh": "^0.4.12", |
27 |
| - "i18next": "^23.15.1", |
| 17 | + "@radix-ui/react-dialog": "^1.1.2", |
| 18 | + "@radix-ui/react-toast": "^1.2.2", |
| 19 | + "@types/react": "^18.3.12", |
| 20 | + "@types/react-dom": "^18.3.1", |
| 21 | + "@typescript-eslint/eslint-plugin": "^8.11.0", |
| 22 | + "@typescript-eslint/parser": "^8.11.0", |
| 23 | + "@vitejs/plugin-react-swc": "^3.7.1", |
| 24 | + "eslint": "^9.13.0", |
| 25 | + "eslint-plugin-react-hooks": "^5.0.0", |
| 26 | + "eslint-plugin-react-refresh": "^0.4.13", |
| 27 | + "i18next": "^23.16.2", |
28 | 28 | "i18next-browser-languagedetector": "^8.0.0",
|
29 |
| - "lucide-react": "^0.441.0", |
| 29 | + "lucide-react": "^0.453.0", |
30 | 30 | "react": "^18.2.0",
|
31 | 31 | "react-dom": "^18.2.0",
|
32 |
| - "react-hook-form": "^7.53.0", |
33 |
| - "react-i18next": "^15.0.2", |
34 |
| - "react-router-dom": "^6.26.2", |
35 |
| - "socket.io-client": "^4.7.5", |
36 |
| - "typescript": "^5.6.2", |
37 |
| - "vite": "^5.4.7", |
38 |
| - "vite-plugin-static-copy": "^1.0.6", |
| 32 | + "react-hook-form": "^7.53.1", |
| 33 | + "react-i18next": "^15.1.0", |
| 34 | + "react-router-dom": "^6.27.0", |
| 35 | + "socket.io-client": "^4.8.0", |
| 36 | + "typescript": "^5.6.3", |
| 37 | + "vite": "^5.4.10", |
| 38 | + "vite-plugin-static-copy": "^2.0.0", |
39 | 39 | "vite-plugin-svgr": "^4.2.0",
|
40 |
| - "zustand": "^4.5.5" |
| 40 | + "zustand": "^5.0.0" |
41 | 41 | }
|
42 | 42 | }
|
0 commit comments