Skip to content

Commit

Permalink
fix(deps): update oxc packages to 0.42 (#2244)
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 Dec 20, 2024
1 parent b6cfd3c commit 8c47f35
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
46 changes: 23 additions & 23 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.41"
oxc_allocator = "0.41"
oxc_span = "0.41"
oxc_ast = "0.41"
oxc_syntax = "0.41"
oxc_parser = "0.42"
oxc_allocator = "0.42"
oxc_span = "0.42"
oxc_ast = "0.42"
oxc_syntax = "0.42"

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

0 comments on commit 8c47f35

Please sign in to comment.