We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befb271 commit a86d526Copy full SHA for a86d526
Cargo.lock
Cargo.toml
@@ -6,17 +6,17 @@ resolver = "3"
6
thiserror = "2"
7
rustc-hash = "2"
8
indexmap = "2.10"
9
-oxc_allocator = "0.117"
10
-oxc_ast = "0.117"
11
-oxc_codegen = "0.117"
12
-oxc_data_structures = "0.117"
13
-oxc_diagnostics = "0.117"
14
-oxc_ecmascript = "0.117"
15
-oxc_parser = "0.117"
16
-oxc_semantic = "0.117"
17
-oxc_span = "0.117"
18
-oxc_syntax = "0.117"
19
-oxc_traverse = "0.117"
+oxc_allocator = "0.120"
+oxc_ast = "0.120"
+oxc_codegen = "0.120"
+oxc_data_structures = "0.120"
+oxc_diagnostics = "0.120"
+oxc_ecmascript = "0.120"
+oxc_parser = "0.120"
+oxc_semantic = "0.120"
+oxc_span = "0.120"
+oxc_syntax = "0.120"
+oxc_traverse = "0.120"
20
napi = "3"
21
napi-derive = "3"
22
napi-build = "2"
0 commit comments