mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 12:28:50 +00:00
parent
2ca9940f00
commit
bcdf600ae4
@ -65,7 +65,7 @@
|
||||
"third_party"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.91.5.wasm",
|
||||
"https://plugins.dprint.dev/typescript-0.91.6.wasm",
|
||||
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.17.2.wasm",
|
||||
"https://plugins.dprint.dev/toml-0.6.2.wasm",
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2421,9 +2421,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dprint-plugin-typescript"
|
||||
version = "0.91.5"
|
||||
version = "0.91.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9d4a48d899392c00c7b310e2b6f88deb75cd64b860fff85008af667aecb6e78a"
|
||||
checksum = "390da1b0ba3761f824518a3e4f06ca273837ba16fac73560efd201342b980561"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"deno_ast",
|
||||
|
@ -102,7 +102,7 @@ dotenvy = "0.15.7"
|
||||
dprint-plugin-json = "=0.19.3"
|
||||
dprint-plugin-jupyter = "=0.1.3"
|
||||
dprint-plugin-markdown = "=0.17.2"
|
||||
dprint-plugin-typescript = "=0.91.5"
|
||||
dprint-plugin-typescript = "=0.91.6"
|
||||
env_logger = "=0.10.0"
|
||||
fancy-regex = "=0.10.0"
|
||||
faster-hex.workspace = true
|
||||
|
Loading…
Reference in New Issue
Block a user