chore: update import_map and deno_doc (#16755)

This commit is contained in:
Bartek Iwańczuk 2022-11-22 16:19:41 +01:00 committed by GitHub
parent ef82211377
commit f077c4f248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

9
Cargo.lock generated
View file

@ -1012,9 +1012,9 @@ dependencies = [
[[package]]
name = "deno_doc"
version = "0.49.0"
version = "0.49.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e931d1563eb790b350742ee522f8a8693e00affc9814c4ecaf0de8fc13e0dd2"
checksum = "fa3bb0abda350b6523cfc96e0b14c55037fd7b5a901fcc40cb87ef9a1abb6d92"
dependencies = [
"cfg-if",
"deno_ast 0.21.0",
@ -2330,10 +2330,11 @@ checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
[[package]]
name = "import_map"
version = "0.12.1"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b827962ca5aa6d5bbe313c14e73d7cc517487fa3bad380bb6bdbd8421e591a29"
checksum = "64dbcf9b111359e69cf9a0004e9d1c9f6697ea620d378006e9452f5e54267e45"
dependencies = [
"cfg-if",
"indexmap",
"log",
"serde",

View file

@ -43,7 +43,7 @@ winres = "=0.1.12"
[dependencies]
deno_ast = { version = "0.21.0", features = ["bundler", "cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "transpiling", "typescript", "view", "visit"] }
deno_core = { version = "0.160.0", path = "../core" }
deno_doc = "0.49.0"
deno_doc = "0.49.1"
deno_emit = "0.11.0"
deno_graph = "0.38.0"
deno_lint = { version = "0.35.0", features = ["docs"] }
@ -70,7 +70,7 @@ eszip = "=0.30.0"
fancy-regex = "=0.10.0"
flate2 = "=1.0.24"
http = "=0.2.8"
import_map = "=0.12.1"
import_map = "=0.13.0"
indexmap = "=1.9.1"
indicatif = "=0.17.1"
jsonc-parser = { version = "=0.21.0", features = ["serde"] }