Skip to content

Commit db11c06

Browse files
chore(deps): update oxc
1 parent 2ce7af3 commit db11c06

4 files changed

Lines changed: 107 additions & 107 deletions

File tree

Cargo.toml

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

203203
# oxc crates with the same version
204-
oxc = { version = "0.121.0", features = [
204+
oxc = { version = "0.122.0", features = [
205205
"ast_visit",
206206
"transformer",
207207
"minifier",
@@ -213,16 +213,16 @@ oxc = { version = "0.121.0", features = [
213213
"regular_expression",
214214
"cfg",
215215
] }
216-
oxc_allocator = { version = "0.121.0", features = ["pool"] }
217-
oxc_ast = "0.121.0"
218-
oxc_ecmascript = "0.121.0"
219-
oxc_parser = "0.121.0"
220-
oxc_span = "0.121.0"
221-
oxc_napi = "0.121.0"
222-
oxc_minify_napi = "0.121.0"
223-
oxc_parser_napi = "0.121.0"
224-
oxc_transform_napi = "0.121.0"
225-
oxc_traverse = "0.121.0"
216+
oxc_allocator = { version = "0.122.0", features = ["pool"] }
217+
oxc_ast = "0.122.0"
218+
oxc_ecmascript = "0.122.0"
219+
oxc_parser = "0.122.0"
220+
oxc_span = "0.122.0"
221+
oxc_napi = "0.122.0"
222+
oxc_minify_napi = "0.122.0"
223+
oxc_parser_napi = "0.122.0"
224+
oxc_transform_napi = "0.122.0"
225+
oxc_traverse = "0.122.0"
226226

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