Upgrade to Tauri 2.x for Ubuntu 24.04 webkit2gtk-4.1 support
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user