Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/beat-forge/clients
Browse files Browse the repository at this point in the history
  • Loading branch information
ferothefox committed Aug 27, 2023
2 parents 76d5609 + 1656e06 commit 1539d48
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 103 deletions.
78 changes: 27 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tauri = { version = "1.4", features = [
] }
discord-rich-presence = "0.2.3"
directories = "5.0.1"
regex = "1.9.3"
regex = "1.9.4"
sea-orm = { version = "0.12", features = ["sqlx-sqlite", "runtime-tokio"] }
lazy_static = "1.4.0"
async_once = "0.2.6"
Expand All @@ -36,7 +36,7 @@ tokio = { version = "1.32.0", features = ["macros"] }
futures = "0.3.28"
native-dialog = "0.6.4"
anyhow = "1.0.75"
minreq = { version = "2.8.1", features = ["json-using-serde", "rustls", "https-rustls"] }
minreq = { version = "2.9.0", features = ["json-using-serde", "rustls", "https-rustls"] }
forge-lib = { git = "https://github.com/beat-forge/lib" }


Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"svelte": "^4.2.0"
},
"dependencies": {
"@melt-ui/svelte": "^0.37.0",
"@melt-ui/svelte": "^0.39.0",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit 1539d48

Please sign in to comment.