Skip to content

Commit c1b9889

Browse files
chore(deps): update oxc
1 parent 109fca0 commit c1b9889

File tree

3 files changed

+106
-106
lines changed

3 files changed

+106
-106
lines changed

Cargo.toml

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

204204
# oxc crates with the same version
205-
oxc = { version = "0.121.0", features = [
205+
oxc = { version = "0.122.0", features = [
206206
"ast_visit",
207207
"transformer",
208208
"minifier",
@@ -214,16 +214,16 @@ oxc = { version = "0.121.0", features = [
214214
"regular_expression",
215215
"cfg",
216216
] }
217-
oxc_allocator = { version = "0.121.0", features = ["pool"] }
218-
oxc_ast = "0.121.0"
219-
oxc_ecmascript = "0.121.0"
220-
oxc_parser = "0.121.0"
221-
oxc_span = "0.121.0"
222-
oxc_napi = "0.121.0"
223-
oxc_minify_napi = "0.121.0"
224-
oxc_parser_napi = "0.121.0"
225-
oxc_transform_napi = "0.121.0"
226-
oxc_traverse = "0.121.0"
217+
oxc_allocator = { version = "0.122.0", features = ["pool"] }
218+
oxc_ast = "0.122.0"
219+
oxc_ecmascript = "0.122.0"
220+
oxc_parser = "0.122.0"
221+
oxc_span = "0.122.0"
222+
oxc_napi = "0.122.0"
223+
oxc_minify_napi = "0.122.0"
224+
oxc_parser_napi = "0.122.0"
225+
oxc_transform_napi = "0.122.0"
226+
oxc_traverse = "0.122.0"
227227

228228
# oxc crates in their own repos
229229
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.121.0",
2222
"tailwindcss": "^4.1.18",
2323
"vitepress": "2.0.0-alpha.15"
2424
}

0 commit comments

Comments
 (0)