|
17 | 17 | "postinstall": "rimraf ./src/api && openapi-generator-cli generate -g typescript-fetch -i https://gamevault.alfagun74.de/api/docs-yaml -o ./src/api --global-property models,supportingFiles -p enumPropertyNaming=snake_case -p modelPropertyNaming=snake_case" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@headlessui/react": "^2.2.9", |
| 20 | + "@headlessui/react": "^2.2.10", |
21 | 21 | "@heroicons/react": "^2.2.0", |
22 | | - "@tailwindcss/vite": "^4.1.18", |
23 | | - "@tauri-apps/api": "^2.10.0", |
24 | | - "@tauri-apps/plugin-dialog": "^2.6.0", |
25 | | - "@tauri-apps/plugin-fs": "^2.4.5", |
| 22 | + "@tailwindcss/vite": "^4.2.4", |
| 23 | + "@tauri-apps/api": "^2.11.0", |
| 24 | + "@tauri-apps/plugin-dialog": "^2.7.1", |
| 25 | + "@tauri-apps/plugin-fs": "^2.5.1", |
26 | 26 | "clsx": "^2.1.1", |
27 | | - "motion": "^12.27.5", |
28 | | - "react": "^19.2.3", |
29 | | - "react-dom": "^19.2.3", |
| 27 | + "motion": "^12.38.0", |
| 28 | + "react": "^19.2.5", |
| 29 | + "react-dom": "^19.2.5", |
30 | 30 | "react-markdown": "^10.1.0", |
31 | | - "react-router": "^7.12.0", |
32 | | - "tailwindcss": "^4.1.18", |
| 31 | + "react-router": "^7.14.2", |
| 32 | + "tailwindcss": "^4.2.4", |
33 | 33 | "use-dark-mode": "^2.3.1" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@eslint/js": "^9.39.2", |
37 | | - "@openapitools/openapi-generator-cli": "^2.28.0", |
| 36 | + "@eslint/js": "^9.39.4", |
| 37 | + "@openapitools/openapi-generator-cli": "^2.32.0", |
38 | 38 | "@tauri-apps/cli": "2.10.0", |
39 | | - "@types/react": "^19.2.9", |
| 39 | + "@types/react": "^19.2.14", |
40 | 40 | "@types/react-dom": "^19.2.3", |
41 | | - "@vitejs/plugin-react": "^5.1.2", |
42 | | - "eslint": "^9.39.2", |
| 41 | + "@vitejs/plugin-react": "^5.2.0", |
| 42 | + "eslint": "^9.39.4", |
43 | 43 | "eslint-config-prettier": "^10.1.8", |
44 | | - "eslint-plugin-react-hooks": "^7.0.1", |
| 44 | + "eslint-plugin-react-hooks": "^7.1.1", |
45 | 45 | "eslint-plugin-react-refresh": "^0.4.26", |
46 | | - "globals": "^17.0.0", |
| 46 | + "globals": "^17.6.0", |
47 | 47 | "prettier": "3.8.0", |
48 | | - "rimraf": "^6.1.2", |
| 48 | + "rimraf": "^6.1.3", |
49 | 49 | "typescript": "^5.9.3", |
50 | | - "vite": "^7.3.1", |
51 | | - "vite-tsconfig-paths": "^6.0.4" |
| 50 | + "vite": "^7.3.2", |
| 51 | + "vite-tsconfig-paths": "^6.1.1" |
52 | 52 | } |
53 | 53 | } |
0 commit comments