Skip to content

Commit 939e6ed

Browse files
chore(deps): update oxc
1 parent 5122cc6 commit 939e6ed

File tree

4 files changed

+111
-111
lines changed

4 files changed

+111
-111
lines changed

Cargo.toml

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

202202
# oxc crates with the same version
203-
oxc = { version = "0.120.0", features = [
203+
oxc = { version = "0.121.0", features = [
204204
"ast_visit",
205205
"transformer",
206206
"minifier",
@@ -212,16 +212,16 @@ oxc = { version = "0.120.0", features = [
212212
"regular_expression",
213213
"cfg",
214214
] }
215-
oxc_allocator = { version = "0.120.0", features = ["pool"] }
216-
oxc_ast = "0.120.0"
217-
oxc_ecmascript = "0.120.0"
218-
oxc_parser = "0.120.0"
219-
oxc_span = "0.120.0"
220-
oxc_napi = "0.120.0"
221-
oxc_minify_napi = "0.120.0"
222-
oxc_parser_napi = "0.120.0"
223-
oxc_transform_napi = "0.120.0"
224-
oxc_traverse = "0.120.0"
215+
oxc_allocator = { version = "0.121.0", features = ["pool"] }
216+
oxc_ast = "0.121.0"
217+
oxc_ecmascript = "0.121.0"
218+
oxc_parser = "0.121.0"
219+
oxc_span = "0.121.0"
220+
oxc_napi = "0.121.0"
221+
oxc_minify_napi = "0.121.0"
222+
oxc_parser_napi = "0.121.0"
223+
oxc_transform_napi = "0.121.0"
224+
oxc_traverse = "0.121.0"
225225

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