Update dependencies + Make window state presistent

This commit is contained in:
2026-01-26 08:41:50 -07:00
parent 803cfb8742
commit bd9209359e
5 changed files with 95 additions and 75 deletions

View File

@@ -17,14 +17,15 @@
"@fortawesome/react-fontawesome": "3.1.1",
"@tauri-apps/api": "2.9.1",
"@tauri-apps/plugin-clipboard-manager": "2.3.2",
"@tauri-apps/plugin-dialog": "2.4.2",
"@tauri-apps/plugin-fs": "2.4.4",
"@tauri-apps/plugin-dialog": "2.6.0",
"@tauri-apps/plugin-fs": "2.4.5",
"@tauri-apps/plugin-notification": "2.3.3",
"@tauri-apps/plugin-opener": "2.5.2",
"@tauri-apps/plugin-opener": "2.5.3",
"@tauri-apps/plugin-os": "2.3.2",
"axios": "1.13.2",
"@tauri-apps/plugin-window-state": "2.4.1",
"axios": "1.13.3",
"date-fns": "4.1.0",
"next": "16.1.1",
"next": "16.1.4",
"pretty-bytes": "7.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
@@ -34,12 +35,12 @@
"@tailwindcss/postcss": "4.1.18",
"@tauri-apps/cli": "2.9.6",
"@types/crypto-js": "4.2.2",
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"@types/node": "25.0.10",
"@types/react": "19.2.9",
"@types/react-dom": "19.2.3",
"crypto-js": "4.2.0",
"eslint": "9.39.2",
"eslint-config-next": "16.1.1",
"eslint-config-next": "16.1.4",
"tailwindcss": "4.1.18",
"typescript": "5.9.3"
}