1.0.4 + Update dependencies + Remove rightclick + Fix auto updating

This commit is contained in:
2026-01-28 16:19:16 -07:00
parent c32a8c2cdd
commit 78885c8cd0
9 changed files with 87 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "lncvrt-games-launcher-loader",
"private": true,
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"scripts": {
"dev": "next dev",
@@ -12,25 +12,25 @@
},
"dependencies": {
"@tauri-apps/api": "2.9.1",
"@tauri-apps/plugin-dialog": "2.4.2",
"@tauri-apps/plugin-fs": "2.4.4",
"@tauri-apps/plugin-opener": "2.5.2",
"@tauri-apps/plugin-dialog": "2.6.0",
"@tauri-apps/plugin-fs": "2.4.5",
"@tauri-apps/plugin-opener": "2.5.3",
"@tauri-apps/plugin-os": "2.3.2",
"axios": "1.13.2",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3"
"axios": "1.13.4",
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tauri-apps/cli": "2.9.6",
"typescript": "5.9.3",
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"@types/node": "25.1.0",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"@tailwindcss/postcss": "4.1.18",
"tailwindcss": "4.1.18",
"eslint": "9.39.2",
"eslint-config-next": "16.1.1",
"eslint-config-next": "16.1.6",
"@eslint/eslintrc": "3.3.3"
}
}