Skip to content

Commit

Permalink
chore(deps): update tauri monorepo (#1567)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 9bc1033 commit b0049df
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@biomejs/biome": "1.8.3",
"@swc/plugin-emotion": "3.0.12",
"@tanstack/router-plugin": "1.46.6",
"@tauri-apps/cli": "2.0.0-rc.1",
"@tauri-apps/cli": "2.0.0-rc.2",
"@trpc/client": "11.0.0-rc.477",
"@trpc/react-query": "11.0.0-rc.477",
"@trpc/server": "11.0.0-rc.477",
Expand Down
30 changes: 15 additions & 15 deletions packages/frontend/src-tauri/Cargo.lock

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

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

[build-dependencies]
tauri-build = { version = "=2.0.0-rc.0", features = [] }
tauri-build = { version = "=2.0.0-rc.1", features = [] }

[dependencies]
tauri = { version = "=2.0.0-rc.0", features = ["devtools"] }
tauri = { version = "=2.0.0-rc.1", features = ["devtools"] }
tauri-plugin-shell = "=2.0.0-rc.0"
serde_json = "=1.0.122"
tauri-plugin-websocket = "=2.0.0-rc.0"
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.

0 comments on commit b0049df

Please sign in to comment.