chore: update deps and bump version

This commit is contained in:
2024-04-19 14:21:12 +07:00
parent 89c36423ae
commit bafad544e9
6 changed files with 150 additions and 141 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "lume",
"private": true,
"version": "4.0.0-alpha.0",
"version": "4.0.0-beta",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
@@ -31,6 +31,6 @@
"@tauri-apps/plugin-process": "2.0.0-beta.2",
"@tauri-apps/plugin-shell": "2.0.0-beta.2",
"@tauri-apps/plugin-updater": "2.0.0-beta.2",
"@tauri-apps/plugin-upload": "2.0.0-beta.2"
"@tauri-apps/plugin-upload": "2.0.0-beta.3"
}
}