Skip to content

Commit

Permalink
fix: Fix glob clean panic. (#1099)
Browse files Browse the repository at this point in the history
Update starbase.
  • Loading branch information
milesj authored Oct 5, 2023
1 parent f4faa82 commit 4a5c667
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 92 deletions.
137 changes: 50 additions & 87 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ semver = "1.0.19"
serde = { version = "1.0.188", features = ["derive", "rc"] }
serde_json = "1.0.107"
serde_yaml = "0.9.25"
starbase = "0.2.6"
starbase_archive = { version = "0.2.2", default-features = false, features = [
starbase = "0.2.7"
starbase_archive = { version = "0.2.3", default-features = false, features = [
"tar-gz",
] }
starbase_events = { version = "0.2.1" }
starbase_sandbox = "0.1.10"
starbase_styles = { version = "0.1.15", features = ["relative-path"] }
starbase_utils = { version = "0.3.2", default-features = false, features = [
starbase_sandbox = "0.1.11"
starbase_styles = { version = "0.1.16", features = ["relative-path"] }
starbase_utils = { version = "0.3.4", default-features = false, features = [
"editor-config",
"glob",
"json",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- Temporarily fixed the "A dependency cycle has been detected for (unknown)" issue.
- Fixed an issue where Git hooks were not created properly when using Git worktrees.
- Fixed a panic when attempting to clean/parse a JSON string.

## 1.14.4

Expand Down

0 comments on commit 4a5c667

Please sign in to comment.