Skip to content

Commit 5dcc9ab

Browse files
Yelo420Copilot
andcommitted
swapped fs browser calls to rust commands for tauri client.
Enable devtools in release Co-authored-by: Copilot <copilot@github.com>
1 parent 8ace052 commit 5dcc9ab

11 files changed

Lines changed: 1877 additions & 2113 deletions

File tree

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,37 +17,37 @@
1717
"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"
1818
},
1919
"dependencies": {
20-
"@headlessui/react": "^2.2.9",
20+
"@headlessui/react": "^2.2.10",
2121
"@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",
2626
"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",
3030
"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",
3333
"use-dark-mode": "^2.3.1"
3434
},
3535
"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",
3838
"@tauri-apps/cli": "2.10.0",
39-
"@types/react": "^19.2.9",
39+
"@types/react": "^19.2.14",
4040
"@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",
4343
"eslint-config-prettier": "^10.1.8",
44-
"eslint-plugin-react-hooks": "^7.0.1",
44+
"eslint-plugin-react-hooks": "^7.1.1",
4545
"eslint-plugin-react-refresh": "^0.4.26",
46-
"globals": "^17.0.0",
46+
"globals": "^17.6.0",
4747
"prettier": "3.8.0",
48-
"rimraf": "^6.1.2",
48+
"rimraf": "^6.1.3",
4949
"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"
5252
}
5353
}

0 commit comments

Comments
 (0)