Skip to content

Commit

Permalink
Update Tauri CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Jan 17, 2024
1 parent 596889b commit 01da76d
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 89 deletions.
174 changes: 87 additions & 87 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@octokit/types": "^12.4.0",
"@tauri-apps/cli": "^1.5.8",
"@tauri-apps/cli": "^1.5.9",
"@types/dompurify": "^3.0.5",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
Expand Down
15 changes: 14 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@ tauri-build = { version = "1.5.0", features = [] }
[dependencies]
log = "^0.4"
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri = { version = "1.5.2", features = [ "os-all", "dialog-all", "shell-open", "updater", "window-close", "window-hide", "window-maximize", "window-minimize", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
tauri = { version = "1.5.2", features = [
"os-all",
"dialog-all",
"shell-open",
"updater",
"window-close",
"window-hide",
"window-maximize",
"window-minimize",
"window-show",
"window-start-dragging",
"window-unmaximize",
"window-unminimize"
] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11.18", features = ["stream"] }
Expand Down

0 comments on commit 01da76d

Please sign in to comment.