Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f36ff62

Browse files
authoredJan 23, 2025··
fix(deps): update tauri monorepo
1 parent f0d4cf3 commit f36ff62

File tree

2 files changed

+309
-170
lines changed

2 files changed

+309
-170
lines changed
 

‎pnpm-lock.yaml

+307-168
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src-tauri/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ rust-version = "1.64"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[build-dependencies]
15-
tauri-build = { version = "1.4.0", features = [] }
15+
tauri-build = { version = "1.5.1", features = [] }
1616

1717
[dependencies]
1818
serde_json = "1.0"
1919
serde = { version = "1.0", features = ["derive"] }
20-
tauri = { version = "1.4.1", features = [] }
20+
tauri = { version = "1.6.2", features = [] }
2121

2222
[features]
2323
# by default Tauri runs in production mode

0 commit comments

Comments
 (0)
Please sign in to comment.