Upgrade to Tauri 2.x for Ubuntu 24.04 webkit2gtk-4.1 support
All checks were successful
Build / build-linux (push) Successful in 7m45s
Build / build-windows (push) Successful in 8m22s

This commit is contained in:
2026-01-23 20:52:38 +11:00
parent cb93187c5b
commit 50ed3a471d
12 changed files with 7722 additions and 2427 deletions

View File

@@ -4,7 +4,7 @@
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"scripts": {
"tauri": "powershell Copy-Item config.json cinny/; tauri",
@@ -14,11 +14,11 @@
"author": "Ajay Bura",
"license": "AGPL-3.0-only",
"dependencies": {
"@tauri-apps/api": "1.6.0"
"@tauri-apps/api": "^2.0.0"
},
"devDependencies": {
"@actions/github": "6.0.0",
"@tauri-apps/cli": "1.6.2",
"@tauri-apps/cli": "^2.0.0",
"node-fetch": "3.3.2"
}
}