Skip to content

Commit

Permalink
fix(deps): update tauri monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 6b50384 commit 3d50ee5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 39 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@solidjs/meta": "0.28.6",
"@solidjs/router": "0.8.3",
"@solidjs/testing-library": "0.8.10",
"@tauri-apps/cli": "1.6.3",
"@tauri-apps/cli": "2.2.7",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/user-event": "14.5.2",
Expand Down
70 changes: 34 additions & 36 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 @@ -12,12 +12,12 @@ rust-version = "1.57"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.2", features = ["api-all"] }
tauri = { version = "2.0.0", features = ["api-all"] }

[features]
# by default Tauri runs in production mode
Expand Down

0 comments on commit 3d50ee5

Please sign in to comment.