Skip to content

Commit

Permalink
Update tauri monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 09e214d commit 8bcd1de
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@h3poteto/tauri-snap-packager": "0.2.1",
"@tauri-apps/cli": "^2.2.4",
"@tauri-apps/cli": "^2.2.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/parse-link-header": "^2.0.3",
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.

23 changes: 16 additions & 7 deletions src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "2.0.5", features = [] }
[dependencies]
serde_json = "1.0.135"
serde = { version = "1.0.217", features = ["derive"] }
tauri = { version = "2.2.1", features = ["image-png"] }
tauri = { version = "2.2.5", features = ["image-png"] }
sqlx = { version = "0.8.3", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
tokio = { version = "1.43.0", features = ["full"] }
futures = "0.3.31"
Expand Down

0 comments on commit 8bcd1de

Please sign in to comment.