Skip to content

Commit f9cb96c

Browse files
authored
Update dprint and dprint plugins (#56986)
1 parent 5a35509 commit f9cb96c

File tree

3 files changed

+69
-69
lines changed

3 files changed

+69
-69
lines changed

.dprint.jsonc

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
],
5757
// Note: if adding new languages, make sure settings.template.json is updated too.
5858
"plugins": [
59-
"https://plugins.dprint.dev/typescript-0.88.3.wasm",
60-
"https://plugins.dprint.dev/json-0.19.0.wasm",
61-
"https://plugins.dprint.dev/prettier-0.27.0.json@3557a62b4507c55a47d8cde0683195b14d13c41dda66d0f0b0e111aed107e2fe"
59+
"https://plugins.dprint.dev/typescript-0.88.8.wasm",
60+
"https://plugins.dprint.dev/json-0.19.1.wasm",
61+
"https://plugins.dprint.dev/prettier-0.32.1.json@19aa403ef0862ba8c41164e3dc6f84c0b7a66c2b11e42726b23dd25e6302ada9"
6262
]
6363
}

package-lock.json

+65-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"chalk": "^4.1.2",
6060
"chokidar": "^3.5.3",
6161
"diff": "^5.1.0",
62-
"dprint": "^0.42.3",
62+
"dprint": "^0.45.0",
6363
"esbuild": "^0.19.0",
6464
"eslint": "^8.22.0",
6565
"eslint-formatter-autolinkable-stylish": "^1.2.0",

0 commit comments

Comments
 (0)