Skip to content

Commit 514f7e6

Browse files
authored
Update dprint and plugins (#56163)
1 parent 3e3f0cb commit 514f7e6

File tree

3 files changed

+63
-59
lines changed

3 files changed

+63
-59
lines changed

.dprint.jsonc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"yml.singleQuote": true,
3939
"yaml.singleQuote": true
4040
},
41+
"json": {
42+
// This would be good to do in known-JSONC files, but VS Code warns on trailing commas.
43+
"trailingCommas": "never"
44+
},
4145
"excludes": [
4246
"**/node_modules",
4347
"**/*-lock.json",
@@ -51,8 +55,8 @@
5155
],
5256
// Note: if adding new languages, make sure settings.template.json is updated too.
5357
"plugins": [
54-
"https://plugins.dprint.dev/typescript-0.88.1.wasm",
55-
"https://plugins.dprint.dev/prettier-0.27.0.json@3557a62b4507c55a47d8cde0683195b14d13c41dda66d0f0b0e111aed107e2fe",
56-
"https://plugins.dprint.dev/json-0.17.4.wasm"
58+
"https://plugins.dprint.dev/typescript-0.88.3.wasm",
59+
"https://plugins.dprint.dev/json-0.19.0.wasm",
60+
"https://plugins.dprint.dev/prettier-0.27.0.json@3557a62b4507c55a47d8cde0683195b14d13c41dda66d0f0b0e111aed107e2fe"
5761
]
5862
}

package-lock.json

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.41.0",
62+
"dprint": "^0.42.3",
6363
"esbuild": "^0.19.0",
6464
"eslint": "^8.22.0",
6565
"eslint-formatter-autolinkable-stylish": "^1.2.0",

0 commit comments

Comments
 (0)