File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ panic = "abort"
24
24
wasm = [" serde_json" , " dprint-core/wasm" ]
25
25
26
26
[dependencies ]
27
- dprint-core = { version = " 0.35.2 " , features = [" formatting" ] }
28
- fnv = " 1.0.3 "
29
- swc_common = " 0.10.12 "
30
- swc_ecmascript = { version = " 0.25 .0" , features = [" parser" ] }
31
- swc_ast_view = { version = " 0.11 .0" , package = " dprint-swc-ecma-ast-view" }
27
+ dprint-core = { version = " 0.35.3 " , features = [" formatting" ] }
28
+ fnv = " 1.0.7 "
29
+ swc_common = " 0.10.13 "
30
+ swc_ecmascript = { version = " 0.27 .0" , features = [" parser" ] }
31
+ swc_ast_view = { version = " 0.12 .0" , package = " dprint-swc-ecma-ast-view" }
32
32
serde = { version = " 1.0.118" , features = [" derive" ] }
33
33
serde_json = { version = " 1.0" , optional = true }
34
34
You can’t perform that action at this time.
0 commit comments