Skip to content

Commit 48f4d52

Browse files
chore(deps): update oxc to 0.124.0
1 parent 6a9eb3d commit 48f4d52

3 files changed

Lines changed: 119 additions & 110 deletions

File tree

Cargo.toml

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

214214
# oxc crates with the same version
215-
oxc = { version = "0.123.0", features = [
215+
oxc = { version = "0.124.0", features = [
216216
"ast_visit",
217217
"transformer",
218218
"minifier",
@@ -224,16 +224,16 @@ oxc = { version = "0.123.0", features = [
224224
"regular_expression",
225225
"cfg",
226226
] }
227-
oxc_allocator = { version = "0.123.0", features = ["pool"] }
228-
oxc_ast = "0.123.0"
229-
oxc_ecmascript = "0.123.0"
230-
oxc_parser = "0.123.0"
231-
oxc_span = "0.123.0"
232-
oxc_napi = "0.123.0"
233-
oxc_minify_napi = "0.123.0"
234-
oxc_parser_napi = "0.123.0"
235-
oxc_transform_napi = "0.123.0"
236-
oxc_traverse = "0.123.0"
227+
oxc_allocator = { version = "0.124.0", features = ["pool"] }
228+
oxc_ast = "0.124.0"
229+
oxc_ecmascript = "0.124.0"
230+
oxc_parser = "0.124.0"
231+
oxc_span = "0.124.0"
232+
oxc_napi = "0.124.0"
233+
oxc_minify_napi = "0.124.0"
234+
oxc_parser_napi = "0.124.0"
235+
oxc_transform_napi = "0.124.0"
236+
oxc_traverse = "0.124.0"
237237

238238
# oxc crates in their own repos
239239
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)