Skip to content

Commit 77ded4d

Browse files
chore(deps): update oxc to v0.124.0
1 parent f64bb6c commit 77ded4d

File tree

4 files changed

+124
-115
lines changed

4 files changed

+124
-115
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ xxhash-rust = "0.8.15"
210210
zip = "7.2"
211211

212212
# oxc crates with the same version
213-
oxc = { version = "0.123.0", features = [
213+
oxc = { version = "0.124.0", features = [
214214
"ast_visit",
215215
"transformer",
216216
"minifier",
@@ -222,16 +222,16 @@ oxc = { version = "0.123.0", features = [
222222
"regular_expression",
223223
"cfg",
224224
] }
225-
oxc_allocator = { version = "0.123.0", features = ["pool"] }
226-
oxc_ast = "0.123.0"
227-
oxc_ecmascript = "0.123.0"
228-
oxc_parser = "0.123.0"
229-
oxc_span = "0.123.0"
230-
oxc_napi = "0.123.0"
231-
oxc_minify_napi = "0.123.0"
232-
oxc_parser_napi = "0.123.0"
233-
oxc_transform_napi = "0.123.0"
234-
oxc_traverse = "0.123.0"
225+
oxc_allocator = { version = "0.124.0", features = ["pool"] }
226+
oxc_ast = "0.124.0"
227+
oxc_ecmascript = "0.124.0"
228+
oxc_parser = "0.124.0"
229+
oxc_span = "0.124.0"
230+
oxc_napi = "0.124.0"
231+
oxc_minify_napi = "0.124.0"
232+
oxc_parser_napi = "0.124.0"
233+
oxc_transform_napi = "0.124.0"
234+
oxc_traverse = "0.124.0"
235235

236236
# oxc crates in their own repos
237237
oxc_index = { version = "4", features = ["rayon", "serde"] }

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@voidzero-dev/vitepress-theme": "4.8.3",
21-
"oxc-minify": "^0.120.0",
21+
"oxc-minify": "^0.124.0",
2222
"tailwindcss": "^4.1.18",
2323
"vitepress": "2.0.0-alpha.15"
2424
}

0 commit comments

Comments
 (0)