Skip to content

Commit

Permalink
Bump deno_ast from 0.43.3 to 0.44.0
Browse files Browse the repository at this point in the history
Bumps [deno_ast](https://github.com/denoland/deno_ast) from 0.43.3 to 0.44.0.
- [Release notes](https://github.com/denoland/deno_ast/releases)
- [Commits](denoland/deno_ast@0.43.3...0.44.0)

---
updated-dependencies:
- dependency-name: deno_ast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 6ec3e77 commit 73e5f16
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 3 deletions.
67 changes: 65 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ deno_core = "0.323.0"
deno_unsync = "0.4.1"

# For transpiling typescript
deno_ast = { version = "=0.43.3", features = ["transpiling", "cjs"] }
deno_ast = { version = "=0.44.0", features = ["transpiling", "cjs"] }

# Runtime for async tasks
tokio = "1.42.0"
Expand Down

0 comments on commit 73e5f16

Please sign in to comment.