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 Oct 19, 2024
1 parent 1c8ec2f commit 1ef086d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"vite-plugin-tauri": "3.3.0"
},
"dependencies": {
"@tauri-apps/api": "1.6.0",
"@tauri-apps/cli": "1.6.3",
"@tauri-apps/api": "2.0.2",
"@tauri-apps/cli": "2.0.3",
"solid-js": "1.9.2"
}
}
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 @@ build = "src/build.rs"
# 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]
serde_json = "1.0.116"
serde = { version = "1.0.200", features = ["derive"] }
tauri = { version = "1.6.2", features = ["api-all"] }
tauri = { version = "2.0.0", features = ["api-all"] }

[features]
default = [ "custom-protocol" ]
Expand Down

0 comments on commit 1ef086d

Please sign in to comment.