Skip to content

Commit

Permalink
chore(deps): update tauri monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 56b465a commit d923fd5
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion crates/kftray-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros", "full"] }
tracing = "0.1.40"
uuid = { version = "1.10.0", features = ["v4"] }
dirs = "5.0.1"
tauri = { version = "1.8", default-features = false, features = [
tauri = { version = "2.0", default-features = false, features = [
"updater",
"api-all",
"macos-private-api",
Expand Down
4 changes: 2 additions & 2 deletions crates/kftray-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ name = "kftray_tauri"
path = "src/lib.rs"

[build-dependencies]
tauri-build = { version = "1.5", features = [] }
tauri-build = { version = "2.0", features = [] }

[dependencies]
serde_json = "1.0.127"
tauri = { version = "1.8", default-features = false, features = [
tauri = { version = "2.0", default-features = false, features = [
"updater",
"api-all",
"macos-private-api",
Expand Down
2 changes: 1 addition & 1 deletion crates/kftui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build = "build.rs"
[dependencies]

serde_json = "1.0.128"
tauri = { version = "1.8", default-features = false, features = [
tauri = { version = "2.0", default-features = false, features = [
"updater",
"api-all",
"macos-private-api",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@eslint/compat": "^1.1.1",
"@rollup/plugin-terser": "^0.4.4",
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/cli": "^1.6.2",
"@tauri-apps/cli": "^2.0.0",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.2"
"@tauri-apps/cli": "^2.0.0"
}
}
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

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

0 comments on commit d923fd5

Please sign in to comment.