Skip to content

Commit

Permalink
fix(deps): update oxc packages to 0.47 (#2423)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent c11910a commit e15568f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
45 changes: 23 additions & 22 deletions backend/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 backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ display-info = "0.5.0" # should be removed after upgrading to tauri v2

# OXC (The Oxidation Compiler)
# We use it to parse and transpile the old script profile to esm based script profile
oxc_parser = "0.45"
oxc_allocator = "0.45"
oxc_span = "0.45"
oxc_ast = "0.45"
oxc_syntax = "0.45"
oxc_parser = "0.47"
oxc_allocator = "0.47"
oxc_span = "0.47"
oxc_ast = "0.47"
oxc_syntax = "0.47"

# Lua Integration
mlua = { version = "0.10", features = [
Expand Down

0 comments on commit e15568f

Please sign in to comment.