Skip to content

Commit

Permalink
fix(deps): update tauri monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 78142bb commit 8863e5a
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 53 deletions.
88 changes: 44 additions & 44 deletions ui/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@eslint/js": "9.17.0",
"@hrgui/libass-wasm-ts": "1.0.3",
"@tauri-apps/cli": "2.2.2",
"@tauri-apps/cli": "2.2.3",
"@types/eslint__js": "8.42.3",
"autoprefixer": "10.4.20",
"daisyui": "4.12.23",
Expand Down
12 changes: 6 additions & 6 deletions ui/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 ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ name = "app_lib"
crate-type = ["staticlib", "cdylib", "lib"]

[build-dependencies]
tauri-build = { version = "=2.0.4", features = [] }
tauri-build = { version = "=2.0.5", features = [] }

[dependencies]
serde_json = "=1.0.135"
serde = { version = "=1.0.217", features = ["derive"] }
tauri = { version = "=2.2.0", features = ["devtools"] }
tauri = { version = "=2.2.1", features = ["devtools"] }
tauri-plugin-os = "=2.2.0"
tauri-plugin-dialog = "=2.2.0"
tauri-plugin-store = "=2.2.0"
Expand Down

0 comments on commit 8863e5a

Please sign in to comment.