Merge remote-tracking branch 'origin/v1' into v1-into-v2-again

This commit is contained in:
FabianLars
2023-11-23 17:50:47 +01:00
36 changed files with 1050 additions and 328 deletions
+16
View File
@@ -73,6 +73,22 @@ await ws.disconnect();
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
## Partners
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://crabnebula.dev" target="_blank">
<img src="https://github.com/tauri-apps/plugins-workspace/raw/v2/.github/sponsors/crabnebula.svg" alt="CrabNebula" width="283">
</a>
</td>
</tr>
</tbody>
</table>
For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
@@ -12,12 +12,12 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "2.1.1",
"@sveltejs/kit": "1.27.3",
"@sveltejs/kit": "1.27.6",
"@tauri-apps/cli": "2.0.0-alpha.17",
"svelte": "4.2.2",
"svelte-check": "3.5.2",
"typescript": "5.2.2",
"vite": "4.5.0"
"svelte": "4.2.7",
"svelte-check": "3.6.1",
"typescript": "5.3.2",
"vite": "5.0.2"
},
"dependencies": {
"@tauri-apps/plugin-websocket": "link:../../"