Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update tauri monorepo to v2
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ad3923c commit d477c90
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions storage/framework/core/desktop/package.json
Original file line number Diff line number Diff line change
@@ -53,8 +53,8 @@
"@stacksjs/build": "workspace:*",
"@stacksjs/development": "workspace:*",
"@stacksjs/server": "workspace:*",
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/cli": "^1.6.3",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/cli": "^2.2.7",
"unified-network": "^0.6.4",
"vue": "^3.5.13"
}
4 changes: 2 additions & 2 deletions storage/framework/views/dashboard/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,12 +12,12 @@ rust-version = "1.74.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5.6", features = [] }
tauri-build = { version = "2.0.5", features = [] }

[dependencies]
serde_json = "1.0.138"
serde = { version = "1.0.217", features = [ "derive" ] }
tauri = { version = "1.8.2", features = [] }
tauri = { version = "2.2.5", features = [] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
4 changes: 2 additions & 2 deletions storage/framework/views/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,12 +12,12 @@ rust-version = "1.74.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5.6", features = [] }
tauri-build = { version = "2.0.5", features = [] }

[dependencies]
serde_json = "1.0.138"
serde = { version = "1.0.217", features = [ "derive" ] }
tauri = { version = "1.8.2", features = [] }
tauri = { version = "2.2.5", features = [] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.

0 comments on commit d477c90

Please sign in to comment.