1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

fix(fmt): formatting of .svelte files (#26948)

Closes https://github.com/denoland/deno/issues/26690
Closes https://github.com/denoland/deno/issues/26324
This commit is contained in:
Bartek Iwańczuk 2024-11-20 18:01:56 +00:00 committed by GitHub
parent 318dd3cbc3
commit 03f47e6cf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -4562,9 +4562,9 @@ dependencies = [
[[package]]
name = "markup_fmt"
version = "0.15.0"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebae65c91eab3d42231232bf48107f351e5a8d511454927218c53aeb68bbdb6f"
checksum = "f303c36143671ac6c54112eb5aa95649b169dae783fdb6ead2c0e88b408c425c"
dependencies = [
"aho-corasick",
"css_dataset",

View file

@ -129,7 +129,7 @@ libz-sys.workspace = true
log = { workspace = true, features = ["serde"] }
lsp-types.workspace = true
malva = "=0.11.0"
markup_fmt = "=0.15.0"
markup_fmt = "=0.16.0"
memmem.workspace = true
monch.workspace = true
notify.workspace = true