Update dependency prettier to v3.2.5 (#8868)

This commit is contained in:
renovate[bot] 2024-04-30 18:41:20 -04:00 committed by GitHub
parent ac08edc8cc
commit 1bd4642423
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{
"comments": {
"lineComment": "\"",
},
"lineComment": "\""
}
}

View File

@ -1227,7 +1227,7 @@
"minimist": "1.2.8",
"mocha": "10.4.0",
"plugin-error": "2.0.1",
"prettier": "3.2.4",
"prettier": "3.2.5",
"sinon": "17.0.1",
"ts-loader": "9.5.1",
"typescript": "5.4.5",

View File

@ -14,12 +14,12 @@
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"platform/*": ["src/platform/node/*"],
"platform/*": ["src/platform/node/*"]
},
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"esModuleInterop": true
// "isolatedModules": true,
},
"exclude": ["node_modules", "!node_modules/@types"],
"exclude": ["node_modules", "!node_modules/@types"]
}

View File

@ -4113,10 +4113,10 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
prettier@3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283"
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==
prettier@3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
version "2.0.1"