Skip to content

Commit 1bd4642

Browse files
Update dependency prettier to v3.2.5 (#8868)
1 parent ac08edc commit 1bd4642

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

language-configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"comments": {
3-
"lineComment": "\"",
4-
},
3+
"lineComment": "\""
4+
}
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@
12271227
"minimist": "1.2.8",
12281228
"mocha": "10.4.0",
12291229
"plugin-error": "2.0.1",
1230-
"prettier": "3.2.4",
1230+
"prettier": "3.2.5",
12311231
"sinon": "17.0.1",
12321232
"ts-loader": "9.5.1",
12331233
"typescript": "5.4.5",

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"experimentalDecorators": true,
1515
"baseUrl": ".",
1616
"paths": {
17-
"platform/*": ["src/platform/node/*"],
17+
"platform/*": ["src/platform/node/*"]
1818
},
1919
"resolveJsonModule": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"esModuleInterop": true,
21+
"esModuleInterop": true
2222
// "isolatedModules": true,
2323
},
24-
"exclude": ["node_modules", "!node_modules/@types"],
24+
"exclude": ["node_modules", "!node_modules/@types"]
2525
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4113,10 +4113,10 @@ prelude-ls@^1.2.1:
41134113
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
41144114
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
41154115

4116-
4117-
version "3.2.4"
4118-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283"
4119-
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==
4116+
4117+
version "3.2.5"
4118+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
4119+
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
41204120

41214121
process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
41224122
version "2.0.1"

0 commit comments

Comments
 (0)