Merge branch 'next' into feat/dialog

pull/306/head
Lucas Nogueira 2 years ago
commit 5c46fc064e
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -9,6 +9,6 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tauri-apps/cli": "^1.0.0" "@tauri-apps/cli": "^2.0.0-alpha.8"
} }
} }

@ -20,7 +20,7 @@
"vite": "^4.0.0" "vite": "^4.0.0"
}, },
"dependencies": { "dependencies": {
"@tauri-apps/cli": "^1.0.0", "@tauri-apps/cli": "^2.0.0-alpha.8",
"tauri-plugin-websocket-api": "link:../../" "tauri-plugin-websocket-api": "link:../../"
}, },
"type": "module" "type": "module"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save