@@ -103,32 +103,32 @@ multiple_crate_versions = "allow"
103103
104104[workspace .dependencies ]
105105# publish = true
106- oxc = { version = " 0.86 .0" , path = " crates/oxc" }
107- oxc_allocator = { version = " 0.86 .0" , path = " crates/oxc_allocator" }
108- oxc_ast = { version = " 0.86 .0" , path = " crates/oxc_ast" }
109- oxc_ast_macros = { version = " 0.86 .0" , path = " crates/oxc_ast_macros" }
110- oxc_ast_visit = { version = " 0.86 .0" , path = " crates/oxc_ast_visit" }
111- oxc_cfg = { version = " 0.86 .0" , path = " crates/oxc_cfg" }
112- oxc_codegen = { version = " 0.86 .0" , path = " crates/oxc_codegen" }
113- oxc_data_structures = { version = " 0.86 .0" , path = " crates/oxc_data_structures" }
114- oxc_diagnostics = { version = " 0.86 .0" , path = " crates/oxc_diagnostics" }
115- oxc_ecmascript = { version = " 0.86 .0" , path = " crates/oxc_ecmascript" }
116- oxc_estree = { version = " 0.86 .0" , path = " crates/oxc_estree" }
117- oxc_isolated_declarations = { version = " 0.86 .0" , path = " crates/oxc_isolated_declarations" }
118- oxc_mangler = { version = " 0.86 .0" , path = " crates/oxc_mangler" }
119- oxc_minifier = { version = " 0.86 .0" , path = " crates/oxc_minifier" }
120- oxc_minify_napi = { version = " 0.86 .0" , path = " napi/minify" }
121- oxc_napi = { version = " 0.86 .0" , path = " crates/oxc_napi" }
122- oxc_parser = { version = " 0.86 .0" , path = " crates/oxc_parser" , features = [" regular_expression" ] }
123- oxc_parser_napi = { version = " 0.86 .0" , path = " napi/parser" }
124- oxc_regular_expression = { version = " 0.86 .0" , path = " crates/oxc_regular_expression" }
125- oxc_semantic = { version = " 0.86 .0" , path = " crates/oxc_semantic" }
126- oxc_span = { version = " 0.86 .0" , path = " crates/oxc_span" }
127- oxc_syntax = { version = " 0.86 .0" , path = " crates/oxc_syntax" }
128- oxc_transform_napi = { version = " 0.86 .0" , path = " napi/transform" }
129- oxc_transformer = { version = " 0.86 .0" , path = " crates/oxc_transformer" }
130- oxc_transformer_plugins = { version = " 0.86 .0" , path = " crates/oxc_transformer_plugins" }
131- oxc_traverse = { version = " 0.86 .0" , path = " crates/oxc_traverse" }
106+ oxc = { version = " 0.87 .0" , path = " crates/oxc" }
107+ oxc_allocator = { version = " 0.87 .0" , path = " crates/oxc_allocator" }
108+ oxc_ast = { version = " 0.87 .0" , path = " crates/oxc_ast" }
109+ oxc_ast_macros = { version = " 0.87 .0" , path = " crates/oxc_ast_macros" }
110+ oxc_ast_visit = { version = " 0.87 .0" , path = " crates/oxc_ast_visit" }
111+ oxc_cfg = { version = " 0.87 .0" , path = " crates/oxc_cfg" }
112+ oxc_codegen = { version = " 0.87 .0" , path = " crates/oxc_codegen" }
113+ oxc_data_structures = { version = " 0.87 .0" , path = " crates/oxc_data_structures" }
114+ oxc_diagnostics = { version = " 0.87 .0" , path = " crates/oxc_diagnostics" }
115+ oxc_ecmascript = { version = " 0.87 .0" , path = " crates/oxc_ecmascript" }
116+ oxc_estree = { version = " 0.87 .0" , path = " crates/oxc_estree" }
117+ oxc_isolated_declarations = { version = " 0.87 .0" , path = " crates/oxc_isolated_declarations" }
118+ oxc_mangler = { version = " 0.87 .0" , path = " crates/oxc_mangler" }
119+ oxc_minifier = { version = " 0.87 .0" , path = " crates/oxc_minifier" }
120+ oxc_minify_napi = { version = " 0.87 .0" , path = " napi/minify" }
121+ oxc_napi = { version = " 0.87 .0" , path = " crates/oxc_napi" }
122+ oxc_parser = { version = " 0.87 .0" , path = " crates/oxc_parser" , features = [" regular_expression" ] }
123+ oxc_parser_napi = { version = " 0.87 .0" , path = " napi/parser" }
124+ oxc_regular_expression = { version = " 0.87 .0" , path = " crates/oxc_regular_expression" }
125+ oxc_semantic = { version = " 0.87 .0" , path = " crates/oxc_semantic" }
126+ oxc_span = { version = " 0.87 .0" , path = " crates/oxc_span" }
127+ oxc_syntax = { version = " 0.87 .0" , path = " crates/oxc_syntax" }
128+ oxc_transform_napi = { version = " 0.87 .0" , path = " napi/transform" }
129+ oxc_transformer = { version = " 0.87 .0" , path = " crates/oxc_transformer" }
130+ oxc_transformer_plugins = { version = " 0.87 .0" , path = " crates/oxc_transformer_plugins" }
131+ oxc_traverse = { version = " 0.87 .0" , path = " crates/oxc_traverse" }
132132
133133# publish = false
134134oxc_formatter = { path = " crates/oxc_formatter" }
0 commit comments