Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

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 c565c84 commit c900dec
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@tauri-apps/cli": "^1.6.2",
"@tauri-apps/cli": "^2.0.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"sort-package-json": "^2.10.1"
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5.5", features = [] }
tauri-build = { version = "2.0.1", features = [] }

[dependencies]
tauri = { version = "1.8.0", features = [ "system-tray", "shell-open", "updater", "windows7-compat"] }
tauri = { version = "2.0.1", features = [ "system-tray", "shell-open", "updater", "windows7-compat"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"

Expand Down

0 comments on commit c900dec

Please sign in to comment.