1.5.1 + Update dependencies

This commit is contained in:
2026-01-27 18:52:20 -07:00
parent d688e5181f
commit d0810ae80e
7 changed files with 34 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "lncvrt-games-launcher",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"scripts": {
"dev": "next dev",
@@ -23,11 +23,11 @@
"@tauri-apps/plugin-opener": "2.5.3",
"@tauri-apps/plugin-os": "2.3.2",
"@tauri-apps/plugin-window-state": "2.4.1",
"axios": "1.13.3",
"next": "16.1.4",
"axios": "1.13.4",
"next": "16.1.6",
"pretty-bytes": "7.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.3",
@@ -35,11 +35,11 @@
"@tauri-apps/cli": "2.9.6",
"@types/crypto-js": "4.2.2",
"@types/node": "25.0.10",
"@types/react": "19.2.9",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"crypto-js": "4.2.0",
"eslint": "9.39.2",
"eslint-config-next": "16.1.4",
"eslint-config-next": "16.1.6",
"tailwindcss": "4.1.18",
"typescript": "5.9.3"
}