File tree Expand file tree Collapse file tree 2 files changed +30
-30
lines changed
Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " eszip"
3- version = " 0.94 .0"
3+ version = " 0.93 .0"
44authors = [" the Deno authors" ]
55edition = " 2021"
66repository = " https://github.com/denoland/eszip"
@@ -11,11 +11,11 @@ license = "MIT"
1111members = [" lib" ]
1212
1313[workspace .dependencies ]
14- deno_graph = { version = " 0.97 .0" , default-features = false }
15- deno_ast = { version = " 0.48.2 " , features = [" transpiling" ] }
16- import_map = " 0.22 .0"
14+ deno_graph = { version = " 0.98 .0" , default-features = false }
15+ deno_ast = { version = " 0.49.0 " , features = [" transpiling" ] }
16+ import_map = " 0.23 .0"
1717serde = " 1"
18- deno_error = " 0.6.1 "
18+ deno_error = " 0.7.0 "
1919
2020[profile .release ]
2121codegen-units = 1
@@ -51,8 +51,8 @@ base64 = "0.21.0"
5151deno_ast = { workspace = true }
5252deno_error.workspace = true
5353deno_graph = { workspace = true , features = [" swc" ] }
54- deno_npm = { version = " 0.34 .0" }
55- deno_semver = " 0.8 .0"
54+ deno_npm = { version = " 0.36 .0" }
55+ deno_semver = " 0.9 .0"
5656futures = " 0.3.26"
5757hashlink = " 0.8.2"
5858indexmap = " 2"
You can’t perform that action at this time.
0 commit comments