Update dependency prettier to v3.2.4 (#8829)

This commit is contained in:
renovate[bot] 2024-01-17 11:15:11 -05:00 committed by GitHub
parent 595baa7579
commit 9f467afae0
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.2.0",
"plugin-error": "2.0.1",
"prettier": "3.2.2",
"prettier": "3.2.4",
"sinon": "17.0.1",
"ts-loader": "9.5.1",
"typescript": "5.3.3",

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

@ -4699,10 +4699,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.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.2.tgz#96e580f7ca9c96090ad054616c0c4597e2844b65"
integrity sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==
prettier@3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283"
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==
pretty-hrtime@^1.0.0:
version "1.0.3"