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 Jan 2, 2025
1 parent e2424d6 commit fd0164b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 57 deletions.
4 changes: 2 additions & 2 deletions gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"tauri:build": "tauri build"
},
"dependencies": {
"@tauri-apps/api": "1.6",
"@tauri-apps/api": "2.2",
"history": "5.3",
"react": "18.3",
"react-dom": "18.3",
"react-focus-lock": "2.13",
"react-router-dom": "6.28"
},
"devDependencies": {
"@tauri-apps/cli": "1.6",
"@tauri-apps/cli": "2.1",
"@testing-library/dom": "10.4",
"@testing-library/jest-dom": "6.6",
"@testing-library/react": "16.1",
Expand Down
103 changes: 50 additions & 53 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 fd0164b

Please sign in to comment.