|
1 | 1 | {
|
2 | 2 | "name": "kvm-ui",
|
3 | 3 | "private": true,
|
4 |
| - "version": "2025.09.03.2100", |
| 4 | + "version": "2025.09.23.0000", |
5 | 5 | "type": "module",
|
6 | 6 | "engines": {
|
7 | 7 | "node": "22.15.0"
|
|
19 | 19 | "preview": "vite preview"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "@headlessui/react": "^2.2.7", |
| 22 | + "@headlessui/react": "^2.2.8", |
23 | 23 | "@headlessui/tailwindcss": "^0.2.2",
|
24 | 24 | "@heroicons/react": "^2.2.0",
|
25 | 25 | "@vitejs/plugin-basic-ssl": "^2.1.0",
|
|
33 | 33 | "dayjs": "^1.11.18",
|
34 | 34 | "eslint-import-resolver-alias": "^1.1.2",
|
35 | 35 | "focus-trap-react": "^11.0.4",
|
36 |
| - "framer-motion": "^12.23.12", |
| 36 | + "framer-motion": "^12.23.18", |
37 | 37 | "lodash.throttle": "^4.1.1",
|
38 | 38 | "mini-svg-data-uri": "^1.4.4",
|
39 | 39 | "react": "^19.1.1",
|
40 | 40 | "react-animate-height": "^3.2.3",
|
41 | 41 | "react-dom": "^19.1.1",
|
42 | 42 | "react-hot-toast": "^2.6.0",
|
43 | 43 | "react-icons": "^5.5.0",
|
44 |
| - "react-router": "^7.8.2", |
45 |
| - "react-simple-keyboard": "^3.8.119", |
| 44 | + "react-router": "^7.9.1", |
| 45 | + "react-simple-keyboard": "^3.8.122", |
46 | 46 | "react-use-websocket": "^4.13.0",
|
47 | 47 | "react-xtermjs": "^1.0.10",
|
48 |
| - "recharts": "^3.1.2", |
| 48 | + "recharts": "^3.2.1", |
49 | 49 | "tailwind-merge": "^3.3.1",
|
50 | 50 | "usehooks-ts": "^3.1.1",
|
51 | 51 | "validator": "^13.15.15",
|
52 | 52 | "zustand": "^4.5.2"
|
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@eslint/compat": "^1.3.2", |
| 55 | + "@eslint/compat": "^1.4.0", |
56 | 56 | "@eslint/eslintrc": "^3.3.1",
|
57 |
| - "@eslint/js": "^9.34.0", |
| 57 | + "@eslint/js": "^9.36.0", |
58 | 58 | "@tailwindcss/forms": "^0.5.10",
|
59 |
| - "@tailwindcss/postcss": "^4.1.12", |
60 |
| - "@tailwindcss/typography": "^0.5.16", |
61 |
| - "@tailwindcss/vite": "^4.1.12", |
62 |
| - "@types/react": "^19.1.12", |
| 59 | + "@tailwindcss/postcss": "^4.1.13", |
| 60 | + "@tailwindcss/typography": "^0.5.18", |
| 61 | + "@tailwindcss/vite": "^4.1.13", |
| 62 | + "@types/react": "^19.1.13", |
63 | 63 | "@types/react-dom": "^19.1.9",
|
64 | 64 | "@types/semver": "^7.7.1",
|
65 | 65 | "@types/validator": "^13.15.3",
|
66 |
| - "@typescript-eslint/eslint-plugin": "^8.42.0", |
67 |
| - "@typescript-eslint/parser": "^8.42.0", |
68 |
| - "@vitejs/plugin-react-swc": "^4.0.1", |
| 66 | + "@typescript-eslint/eslint-plugin": "^8.44.1", |
| 67 | + "@typescript-eslint/parser": "^8.44.1", |
| 68 | + "@vitejs/plugin-react-swc": "^4.1.0", |
69 | 69 | "autoprefixer": "^10.4.21",
|
70 |
| - "eslint": "^9.34.0", |
| 70 | + "eslint": "^9.36.0", |
71 | 71 | "eslint-config-prettier": "^10.1.8",
|
72 | 72 | "eslint-plugin-import": "^2.32.0",
|
73 | 73 | "eslint-plugin-react": "^7.37.5",
|
74 | 74 | "eslint-plugin-react-hooks": "^5.2.0",
|
75 |
| - "eslint-plugin-react-refresh": "^0.4.20", |
76 |
| - "globals": "^16.3.0", |
| 75 | + "eslint-plugin-react-refresh": "^0.4.21", |
| 76 | + "globals": "^16.4.0", |
77 | 77 | "postcss": "^8.5.6",
|
78 | 78 | "prettier": "^3.6.2",
|
79 | 79 | "prettier-plugin-tailwindcss": "^0.6.14",
|
80 |
| - "tailwindcss": "^4.1.12", |
| 80 | + "tailwindcss": "^4.1.13", |
81 | 81 | "typescript": "^5.9.2",
|
82 |
| - "vite": "^7.1.5", |
| 82 | + "vite": "^7.1.7", |
83 | 83 | "vite-tsconfig-paths": "^5.1.4"
|
84 | 84 | }
|
85 | 85 | }
|
0 commit comments