This commit is contained in:
2025-12-20 17:05:07 -07:00
parent 2d0cdd8074
commit 0ad6d26c82
7 changed files with 102 additions and 93 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "lncvrt-games-launcher-loader",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"scripts": {
"dev": "next dev",
@@ -11,26 +11,26 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.9.0",
"@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-os": "2.3.2",
"axios": "1.13.1",
"next": "16.0.1",
"react": "19.2.0",
"react-dom": "19.2.0"
"axios": "1.13.2",
"next": "16.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tauri-apps/cli": "2.9.2",
"@tauri-apps/cli": "2.9.6",
"typescript": "5.9.3",
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@tailwindcss/postcss": "4.1.16",
"tailwindcss": "4.1.16",
"eslint": "9.39.1",
"eslint-config-next": "16.0.1",
"@eslint/eslintrc": "3.3.1"
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@tailwindcss/postcss": "4.1.18",
"tailwindcss": "4.1.18",
"eslint": "9.39.2",
"eslint-config-next": "16.1.0",
"@eslint/eslintrc": "3.3.3"
}
}