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 12, 2024
1 parent 83df7c6 commit 393654d
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
108 changes: 54 additions & 54 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"getPackageVersion": "node ./src-build/getVersion.js"
},
"devDependencies": {
"@tauri-apps/cli": "1.6.1",
"@tauri-apps/cli": "2.0.3",
"adm-zip": "0.5.16",
"chalk": "^5.3.0",
"chokidar-cli": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.70"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5.1", features = [] }
tauri-build = { version = "2.0.0", features = [] }

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

0 comments on commit 393654d

Please sign in to comment.