Skip to content

Commit 716a20a

Browse files
committed
chore: bump vite-task to bad83340
Includes: - feat: tree-view task selector with grouped packages (#219) - chore: Adjust `vp run` output styling. (#213) - Improve shell quote handling with proper nested quote support (#217) https://claude.ai/code/session_0139LsSbe67hcD8NKKaK6Y8U
1 parent 5b78598 commit 716a20a

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dunce = "1.0.5"
8484
fast-glob = "1.0.0"
8585
flate2 = { version = "=1.1.9", features = ["zlib-rs"] }
8686
form_urlencoded = "1.2.1"
87-
fspy = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
87+
fspy = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "bad8334051e9578fcbce4e0422eab0c464e37b33" }
8888
futures = "0.3.31"
8989
futures-util = "0.3.31"
9090
glob = "0.3.2"
@@ -183,14 +183,14 @@ vfs = "0.12.1"
183183
vite_command = { path = "crates/vite_command" }
184184
vite_error = { path = "crates/vite_error" }
185185
vite_js_runtime = { path = "crates/vite_js_runtime" }
186-
vite_glob = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
186+
vite_glob = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "bad8334051e9578fcbce4e0422eab0c464e37b33" }
187187
vite_install = { path = "crates/vite_install" }
188188
vite_migration = { path = "crates/vite_migration" }
189189
vite_shared = { path = "crates/vite_shared" }
190-
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
191-
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
192-
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
193-
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
190+
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "bad8334051e9578fcbce4e0422eab0c464e37b33" }
191+
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "bad8334051e9578fcbce4e0422eab0c464e37b33" }
192+
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "bad8334051e9578fcbce4e0422eab0c464e37b33" }
193+
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "bad8334051e9578fcbce4e0422eab0c464e37b33" }
194194
walkdir = "2.5.0"
195195
wax = "0.6.0"
196196
which = "8.0.0"

0 commit comments

Comments
 (0)