chore: update to tauri alpha.16, api alpha.9 (#673)

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
Lucas Fernandes Nogueira
2023-10-20 13:50:18 -03:00
committed by GitHub
parent b7c5407cac
commit 5c137365c6
132 changed files with 1569 additions and 1692 deletions
@@ -11,14 +11,14 @@
"tauri": "tauri"
},
"devDependencies": {
"@sveltejs/adapter-static": "1.0.0-next.50",
"@sveltejs/kit": "1.22.3",
"@tauri-apps/cli": "2.0.0-alpha.15",
"svelte": "4.0.5",
"svelte-check": "3.4.6",
"tslib": "2.6.0",
"typescript": "5.1.6",
"vite": "4.4.4"
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.26.0",
"@tauri-apps/cli": "2.0.0-alpha.16",
"svelte": "4.2.2",
"svelte-check": "3.5.2",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vite": "4.5.0"
},
"dependencies": {
"@tauri-apps/plugin-websocket": "link:../../"
@@ -11,7 +11,7 @@ tauri = { workspace = true }
tokio = { version = "1", features = ["net"] }
futures-util = "0.3"
tauri-plugin-websocket = { path = "../../../" }
tokio-tungstenite = "0.19"
tokio-tungstenite = "0.20"
[build-dependencies]
tauri-build = { workspace = true }