Update dependency prettier to v2.8.1 (#441)

* Update dependency prettier to v2.8.1

* Fix formatting

* fix dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
This commit is contained in:
renovate[bot] 2022-12-08 02:26:08 +00:00 коммит произвёл GitHub
Родитель 0fe99d2d66
Коммит a2d434cd1c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 11 удалений

Просмотреть файл

@ -27,11 +27,6 @@
"update-project-references": "node tools/update-project-references.js",
"watch": "lerna run watch --parallel"
},
"dependencies": {
"lerna": "3.22.1",
"prettier": "2.7.1",
"typescript": "4.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
@ -42,11 +37,14 @@
"eslint-plugin-prettier": "4.0.0",
"execa": "4.1.0",
"husky": "7.0.4",
"lerna": "3.22.1",
"lint-staged": "12.5.0",
"lodash.merge": "4.6.2",
"prettier": "2.8.1",
"prettier-package-json": "2.1.3",
"resolve-from": "5.0.0",
"syncpack": "8.2.4"
"syncpack": "8.2.4",
"typescript": "4.1.2"
},
"beachball": {
"scope": [

Просмотреть файл

@ -10,7 +10,7 @@
],
"labels": ["renovate"],
"packageRules": [
{
// try to pick up 0.x workspace-tools upgrades right away

Просмотреть файл

@ -6768,10 +6768,10 @@ prettier-package-json@2.1.3:
sort-object-keys "^1.1.2"
sort-order "^1.0.1"
prettier@2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
prettier@2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc"
integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==
pretty-format@^25.2.1, pretty-format@^25.5.0:
version "25.5.0"