|
19 | 19 | "preview": "vite preview"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "@headlessui/react": "^2.2.0", |
23 |
| - "@headlessui/tailwindcss": "^0.2.1", |
| 22 | + "@headlessui/react": "^2.2.2", |
| 23 | + "@headlessui/tailwindcss": "^0.2.2", |
24 | 24 | "@heroicons/react": "^2.2.0",
|
25 | 25 | "@vitejs/plugin-basic-ssl": "^1.2.0",
|
26 | 26 | "@xterm/addon-clipboard": "^0.1.0",
|
|
36 | 36 | "framer-motion": "^11.15.0",
|
37 | 37 | "lodash.throttle": "^4.1.1",
|
38 | 38 | "mini-svg-data-uri": "^1.4.4",
|
39 |
| - "react": "^18.2.0", |
| 39 | + "react": "^19.1.0", |
40 | 40 | "react-animate-height": "^3.2.3",
|
41 |
| - "react-dom": "^18.2.0", |
42 |
| - "react-hot-toast": "^2.4.1", |
43 |
| - "react-icons": "^5.4.0", |
| 41 | + "react-dom": "^19.1.0", |
| 42 | + "react-hot-toast": "^2.5.2", |
| 43 | + "react-icons": "^5.5.0", |
44 | 44 | "react-router-dom": "^6.22.3",
|
45 |
| - "react-simple-keyboard": "^3.7.112", |
| 45 | + "react-simple-keyboard": "^3.8.71", |
46 | 46 | "react-use-websocket": "^4.13.0",
|
47 |
| - "react-xtermjs": "^1.0.9", |
48 |
| - "recharts": "^2.15.0", |
| 47 | + "react-xtermjs": "^1.0.10", |
| 48 | + "recharts": "^2.15.3", |
49 | 49 | "tailwind-merge": "^2.5.5",
|
50 |
| - "usehooks-ts": "^3.1.0", |
51 |
| - "validator": "^13.12.0", |
52 |
| - "xterm": "^5.3.0", |
| 50 | + "usehooks-ts": "^3.1.1", |
| 51 | + "validator": "^13.15.0", |
53 | 52 | "zustand": "^4.5.2"
|
54 | 53 | },
|
55 | 54 | "devDependencies": {
|
56 |
| - "@tailwindcss/forms": "^0.5.9", |
57 |
| - "@tailwindcss/typography": "^0.5.15", |
58 |
| - "@types/react": "^18.2.66", |
59 |
| - "@types/react-dom": "^18.3.0", |
60 |
| - "@types/semver": "^7.5.8", |
61 |
| - "@types/validator": "^13.12.2", |
62 |
| - "@typescript-eslint/eslint-plugin": "^8.25.0", |
63 |
| - "@typescript-eslint/parser": "^8.25.0", |
64 |
| - "@vitejs/plugin-react-swc": "^3.7.2", |
65 |
| - "autoprefixer": "^10.4.20", |
66 |
| - "eslint": "^8.20.0", |
67 |
| - "eslint-config-prettier": "^10.0.1", |
| 55 | + "@tailwindcss/forms": "^0.5.10", |
| 56 | + "@tailwindcss/typography": "^0.5.16", |
| 57 | + "@types/react": "^19.1.3", |
| 58 | + "@types/react-dom": "^19.1.3", |
| 59 | + "@types/semver": "^7.7.0", |
| 60 | + "@types/validator": "^13.15.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^8.32.0", |
| 62 | + "@typescript-eslint/parser": "^8.32.0", |
| 63 | + "@vitejs/plugin-react-swc": "^3.9.0", |
| 64 | + "autoprefixer": "^10.4.21", |
| 65 | + "eslint": "^9.26.0", |
| 66 | + "eslint-config-prettier": "^10.1.5", |
68 | 67 | "eslint-plugin-import": "^2.31.0",
|
69 |
| - "eslint-plugin-react": "^7.37.4", |
70 |
| - "eslint-plugin-react-hooks": "^5.1.0", |
71 |
| - "eslint-plugin-react-refresh": "^0.4.19", |
72 |
| - "postcss": "^8.4.49", |
73 |
| - "prettier": "^3.4.2", |
| 68 | + "eslint-plugin-react": "^7.37.5", |
| 69 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 70 | + "eslint-plugin-react-refresh": "^0.4.20", |
| 71 | + "postcss": "^8.5.3", |
| 72 | + "prettier": "^3.5.3", |
74 | 73 | "prettier-plugin-tailwindcss": "^0.6.11",
|
75 | 74 | "tailwindcss": "^3.4.17",
|
76 |
| - "typescript": "^5.7.2", |
| 75 | + "typescript": "^5.8.3", |
77 | 76 | "vite": "^5.2.0",
|
78 | 77 | "vite-tsconfig-paths": "^5.1.4"
|
79 | 78 | }
|
|
0 commit comments