This commit is contained in:
2026-02-07 20:22:19 -07:00
parent 41a66eaf86
commit 508e4d1640
7 changed files with 53 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "lncvrt-games-launcher",
"private": true,
"version": "1.5.5",
"version": "1.5.6",
"type": "module",
"scripts": {
"dev": "next dev",
@@ -14,7 +14,7 @@
"@fortawesome/fontawesome-svg-core": "7.1.0",
"@fortawesome/free-brands-svg-icons": "7.1.0",
"@fortawesome/free-solid-svg-icons": "7.1.0",
"@fortawesome/react-fontawesome": "3.1.1",
"@fortawesome/react-fontawesome": "3.2.0",
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-clipboard-manager": "2.3.2",
"@tauri-apps/plugin-dialog": "2.6.0",
@@ -34,11 +34,11 @@
"@tailwindcss/postcss": "4.1.18",
"@tauri-apps/cli": "2.10.0",
"@types/crypto-js": "4.2.2",
"@types/node": "25.2.0",
"@types/react": "19.2.10",
"@types/node": "25.2.2",
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"crypto-js": "4.2.0",
"eslint": "9.39.2",
"eslint": "10.0.0",
"eslint-config-next": "16.1.6",
"tailwindcss": "4.1.18",
"typescript": "5.9.3"