File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ xxhash-rust = "0.8.15"
199199zip = " 7.2"
200200
201201# oxc crates with the same version
202- oxc = { version = " 0.115 .0" , features = [
202+ oxc = { version = " 0.118 .0" , features = [
203203 " ast_visit" ,
204204 " transformer" ,
205205 " minifier" ,
@@ -211,16 +211,16 @@ oxc = { version = "0.115.0", features = [
211211 " regular_expression" ,
212212 " cfg" ,
213213] }
214- oxc_allocator = { version = " 0.115 .0" , features = [" pool" ] }
215- oxc_ast = " 0.115 .0"
216- oxc_ecmascript = " 0.115 .0"
217- oxc_parser = " 0.115 .0"
218- oxc_span = " 0.115 .0"
219- oxc_napi = " 0.115 .0"
220- oxc_minify_napi = " 0.115 .0"
221- oxc_parser_napi = " 0.115 .0"
222- oxc_transform_napi = " 0.115 .0"
223- oxc_traverse = " 0.115 .0"
214+ oxc_allocator = { version = " 0.118 .0" , features = [" pool" ] }
215+ oxc_ast = " 0.118 .0"
216+ oxc_ecmascript = " 0.118 .0"
217+ oxc_parser = " 0.118 .0"
218+ oxc_span = " 0.118 .0"
219+ oxc_napi = " 0.118 .0"
220+ oxc_minify_napi = " 0.118 .0"
221+ oxc_parser_napi = " 0.118 .0"
222+ oxc_transform_napi = " 0.118 .0"
223+ oxc_traverse = " 0.118 .0"
224224
225225# oxc crates in their own repos
226226oxc_index = { version = " 4" , features = [" rayon" , " serde" ] }
Original file line number Diff line number Diff line change 1616 },
1717 "devDependencies" : {
1818 "@voidzero-dev/vitepress-theme" : " 4.8.3" ,
19- "oxc-minify" : " ^0.110 .0" ,
19+ "oxc-minify" : " ^0.118 .0" ,
2020 "tailwindcss" : " ^4.1.18" ,
2121 "vitepress" : " 2.0.0-alpha.15"
2222 }
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ catalog:
1616 ' @nkzw/safe-word-list ' : ^3.1.0
1717 ' @oxc-node/cli ' : ^0.0.35
1818 ' @oxc-node/core ' : ^0.0.35
19- ' @oxc-project/runtime ' : =0.115 .0
20- ' @oxc-project/types ' : =0.115 .0
19+ ' @oxc-project/runtime ' : =0.118 .0
20+ ' @oxc-project/types ' : =0.118 .0
2121 ' @pnpm/find-workspace-packages ' : ^6.0.9
2222 ' @rollup/plugin-commonjs ' : ^29.0.0
2323 ' @rollup/plugin-json ' : ^6.1.0
@@ -78,9 +78,9 @@ catalog:
7878 mocha : ^11.7.5
7979 mri : ^1.2.0
8080 next : ^15.4.3
81- oxc-minify : =0.115 .0
82- oxc-parser : =0.115 .0
83- oxc-transform : =0.115 .0
81+ oxc-minify : =0.118 .0
82+ oxc-parser : =0.118 .0
83+ oxc-transform : =0.118 .0
8484 oxfmt : =0.40.0
8585 oxlint : =1.55.0
8686 oxlint-tsgolint : =0.16.0
You can’t perform that action at this time.
0 commit comments