Skip to content

Commit 0a7293d

Browse files
fix(deps): update tauri monorepo to v2
1 parent 85bb879 commit 0a7293d

File tree

3 files changed

+75
-73
lines changed

3 files changed

+75
-73
lines changed

package-lock.json

Lines changed: 72 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"getPackageVersion": "node ./src-build/getVersion.js"
4141
},
4242
"devDependencies": {
43-
"@tauri-apps/cli": "1.6.3",
43+
"@tauri-apps/cli": "2.4.0",
4444
"adm-zip": "0.5.16",
4545
"chalk": "^5.3.0",
4646
"chokidar-cli": "^3.0.0",

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.70"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[build-dependencies]
14-
tauri-build = { version = "1.5.1", features = [] }
14+
tauri-build = { version = "2.0.0", features = [] }
1515

1616
[dependencies]
1717
reqwest = { version = "0.12", features = ["json"] }
@@ -27,7 +27,7 @@ trash = "5"
2727
webbrowser = "1.0"
2828
backtrace = "0.3.73"
2929
serde = { version = "1.0.200", features = ["derive"] }
30-
tauri = { version = "1.6.2", features = [ "updater", "cli", "api-all", "devtools", "linux-protocol-headers"] }
30+
tauri = { version = "2.0.0", features = [ "updater", "cli", "api-all", "devtools", "linux-protocol-headers"] }
3131
winapi = { version = "0.3.9", features = ["fileapi"] }
3232
tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
3333
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

0 commit comments

Comments
 (0)