Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Aug 11, 2024
1 parent cb4037b commit 318829e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@tauri-apps/api": "2.0.0-rc.0",
"nuxt": "3.12.4",
"sass": "1.77.8",
"vue": "3.4.35"
"vue": "3.4.37"
},
"dependencies": {
"@pinia/nuxt": "^0.5.2",
"@pinia/nuxt": "^0.5.3",
"@tauri-apps/cli": "2.0.0-rc.3",
"@tauri-apps/plugin-dialog": "2.0.0-rc.0",
"@tauri-apps/plugin-fs": "2.0.0-rc.0",
Expand All @@ -27,8 +27,8 @@
"@types/howler": "^2.2.11",
"axios": "1.7.3",
"howler": "^2.2.4",
"pinia": "^2.2.0",
"pinia": "^2.2.1",
"uuid": "10.0.0",
"vue-router": "^4.4.2"
"vue-router": "^4.4.3"
}
}
30 changes: 15 additions & 15 deletions src-tauri/Cargo.lock

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

6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "vleer"
version = "0.1.1"
version = "0.1.2"
description = "Vleer"
authors = ["pandadev", "waradu"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "2.0.0-rc.0", features = [] }
tauri-build = { version = "2.0.0-rc", features = [] }

[dependencies]
tauri = { version = "2.0.0-rc.0", features = ["devtools", "unstable"] }
tauri = { version = "2.0.0-rc.2", features = ["devtools", "unstable"] }
tauri-plugin-os = "2.0.0-rc.0"
tauri-plugin-fs = "2.0.0-rc.0"
tauri-plugin-dialog = "2.0.0-rc.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Vleer",
"version": "0.1.1",
"version": "0.1.2",
"identifier": "app.vleer",
"build": {
"frontendDist": "../dist",
Expand Down

0 comments on commit 318829e

Please sign in to comment.