Skip to content

Commit

Permalink
chore_update_dprint_core (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jul 28, 2024
1 parent 290b37b commit 1fffae7
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 11 deletions.
50 changes: 48 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ members = [
]

[workspace.dependencies]
once_cell = "1.18"
deno_core = "0.299.0"
deno_console = "0.163.0"
deno_core = "0.299.0"
deno_url = "0.163.0"
deno_webidl = "0.163.0"
dprint-core = "0.65.0"
dprint-core = "0.67.0"
once_cell = "1.18"
serde = { version = "1.0.149", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
12 changes: 6 additions & 6 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"**/target"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.88.7.wasm",
"https://plugins.dprint.dev/json-0.19.1.wasm",
"https://plugins.dprint.dev/markdown-0.16.3.wasm",
"https://plugins.dprint.dev/exec-0.4.4.json@c207bf9b9a4ee1f0ecb75c594f774924baf62e8e53a2ce9d873816a408cecbf7",
"https://plugins.dprint.dev/prettier-0.32.1.json@19aa403ef0862ba8c41164e3dc6f84c0b7a66c2b11e42726b23dd25e6302ada9",
"https://plugins.dprint.dev/toml-0.5.4.wasm"
"https://plugins.dprint.dev/typescript-0.91.4.wasm",
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.2.wasm",
"https://plugins.dprint.dev/exec-0.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0",
"https://plugins.dprint.dev/prettier-0.46.1.json@e5bd083088a8dfc6e5ce2d3c9bee81489b065bd5345ef55b59f5d96627928b7a",
"https://plugins.dprint.dev/toml-0.6.2.wasm"
]
}

0 comments on commit 1fffae7

Please sign in to comment.