Skip to content

Commit 90fa32e

Browse files
authored
chore: bump oxc -> 0.105 (#199)
1 parent d574e9f commit 90fa32e

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["the Andromeda team"]
77
edition = "2024"
88
license = "Mozilla Public License 2.0"
99
repository = "https://github.com/tryandromeda/andromeda"
10-
version = "0.1.1"
10+
version = "0.1.2"
1111

1212
[workspace.dependencies]
1313
andromeda-core = { path = "core" }
@@ -43,20 +43,20 @@ libsui = "0.12.1"
4343
log = "0.4.28"
4444
lru = "0.16.2"
4545
lsp-types = "0.97.0"
46-
nova_vm = { git = "https://github.com/trynova/nova", rev = "48c43f21011cb73bc69a614aa4f76a8a00501bb5" }
46+
nova_vm = { git = "https://github.com/trynova/nova", rev = "87e9118e4e25f062e1c1879281fe1770dccfe914" }
4747
nu-ansi-term = "0.50.3"
4848
owo-colors = "4.2.3"
49-
oxc_codegen = "0.102.0"
50-
oxc_ast = "0.102.0"
51-
oxc_minifier = "0.102.0"
52-
oxc_mangler = "0.102.0"
53-
oxc_allocator = "0.102.0"
54-
oxc_diagnostics = "0.102.0"
49+
oxc_codegen = "0.105.0"
50+
oxc_ast = "0.105.0"
51+
oxc_minifier = "0.105.0"
52+
oxc_mangler = "0.105.0"
53+
oxc_allocator = "0.105.0"
54+
oxc_diagnostics = "0.105.0"
5555
oxc-miette = { version = "2.6.0", features = ["fancy"] }
56-
oxc_parser = "0.102.0"
57-
oxc_semantic = "0.102.0"
58-
oxc_span = "0.102.0"
59-
oxc_transformer = "0.102.0"
56+
oxc_parser = "0.105.0"
57+
oxc_semantic = "0.105.0"
58+
oxc_span = "0.105.0"
59+
oxc_transformer = "0.105.0"
6060
rand = "0.9.2"
6161
reedline = "0.44.0"
6262
regex = "1.12.2"

0 commit comments

Comments
 (0)