Skip to content

Commit fa7e97f

Browse files
chore(deps): update oxc to v0.121.0
1 parent 4f22251 commit fa7e97f

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
@@ -199,7 +199,7 @@ xxhash-rust = "0.8.15"
199199
zip = "7.2"
200200

201201
# oxc crates with the same version
202-
oxc = { version = "0.120.0", features = [
202+
oxc = { version = "0.121.0", features = [
203203
"ast_visit",
204204
"transformer",
205205
"minifier",
@@ -211,16 +211,16 @@ oxc = { version = "0.120.0", features = [
211211
"regular_expression",
212212
"cfg",
213213
] }
214-
oxc_allocator = { version = "0.120.0", features = ["pool"] }
215-
oxc_ast = "0.120.0"
216-
oxc_ecmascript = "0.120.0"
217-
oxc_parser = "0.120.0"
218-
oxc_span = "0.120.0"
219-
oxc_napi = "0.120.0"
220-
oxc_minify_napi = "0.120.0"
221-
oxc_parser_napi = "0.120.0"
222-
oxc_transform_napi = "0.120.0"
223-
oxc_traverse = "0.120.0"
214+
oxc_allocator = { version = "0.121.0", features = ["pool"] }
215+
oxc_ast = "0.121.0"
216+
oxc_ecmascript = "0.121.0"
217+
oxc_parser = "0.121.0"
218+
oxc_span = "0.121.0"
219+
oxc_napi = "0.121.0"
220+
oxc_minify_napi = "0.121.0"
221+
oxc_parser_napi = "0.121.0"
222+
oxc_transform_napi = "0.121.0"
223+
oxc_traverse = "0.121.0"
224224

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