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 8450688 commit 7be9c2b
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-router-dom": "6.26"
},
"devDependencies": {
"@tauri-apps/cli": "1.6",
"@tauri-apps/cli": "2.0",
"@testing-library/dom": "10.4",
"@testing-library/jest-dom": "6.5",
"@testing-library/react": "16.0",
Expand Down
90 changes: 45 additions & 45 deletions gui/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 gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ custom-protocol = ["tauri/custom-protocol"]

[build-dependencies]
#tauri-build = {path = "../../../tauri/core/tauri-build", features = [] }
tauri-build = { version = "1", features = [] }
tauri-build = { version = "2", features = [] }

[dependencies]
anyhow = "1"
Expand All @@ -27,7 +27,7 @@ reqwest = "0.11"
serde = {version = "1", features = ["derive"] }
serde_json = "1"
storage = {path = "../../crates/storage"}
tauri = {version = "1", features = ["dialog-open", "reqwest-client", "shell-open", "updater"] }
tauri = {version = "2", features = ["dialog-open", "reqwest-client", "shell-open", "updater"] }
#tauri = {path = "../../../tauri/core/tauri", features = ["dialog-open", "reqwest-client", "shell-open", "updater"] }
#tauri = {git="https://github.com/tauri-apps/tauri", branch="dev", features = ["dialog-open", "reqwest-client", "shell-open", "updater"] }
tokio = {version = "1", features = ["sync", "time"] }
Expand Down

0 comments on commit 7be9c2b

Please sign in to comment.