Skip to content

Commit

Permalink
Update Prettier npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent 794cced commit e379964
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion blocks/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/uuid": "8.3.0",
"block-scripts": "0.3.1",
"mock-block-dock": "0.1.6",
"prettier": "3.2.2",
"prettier": "3.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion blocks/ai-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/uuid": "8.3.0",
"block-scripts": "0.3.1",
"mock-block-dock": "0.1.6",
"prettier": "3.2.2",
"prettier": "3.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion blocks/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"block-scripts": "0.3.1",
"eslint": "8.33.0",
"mock-block-dock": "0.1.6",
"prettier": "3.2.2",
"prettier": "3.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion blocks/faq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/uuid": "8.3.0",
"block-scripts": "0.3.1",
"mock-block-dock": "0.1.6",
"prettier": "3.2.2",
"prettier": "3.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion blocks/how-to/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/uuid": "8.3.0",
"block-scripts": "0.3.1",
"mock-block-dock": "0.1.6",
"prettier": "3.2.2",
"prettier": "3.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/repo-chores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"execa": "5.1.1",
"fs-extra": "11.1.0",
"globby": "11.0.1",
"prettier": "3.2.2",
"prettier": "3.2.4",
"regex-parser": "2.2.11",
"ts-node": "10.9.1",
"typescript": "5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
"npm-run-all": "4.1.5",
"patch-package": "6.5.0",
"postinstall-postinstall": "2.1.0",
"prettier": "3.2.2",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-sh": "0.13.1",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-sql": "0.12.1",
"suppress-exit-code": "3.1.0",
"turbo": "1.11",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19645,10 +19645,10 @@ [email protected]:
sort-package-json "2.6.0"
synckit "0.9.0"

prettier-plugin-sh@0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.13.1.tgz#99388c0811994f24334d5233eb5a7cb874dcb840"
integrity sha512-ytMcl1qK4s4BOFGvsc9b0+k9dYECal7U29bL/ke08FEUsF/JLN0j6Peo0wUkFDG4y2UHLMhvpyd6Sd3zDXe/eg==
prettier-plugin-sh@0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.14.0.tgz#22b186adea79b36212ccd9faa8dd01f33ef34ff6"
integrity sha512-hfXulj5+zEl/ulrO5kMuuTPKmXvOg0bnLHY1hKFNN/N+/903iZbNp8NyZBTsgI8dtkSgFfAEIQq0IQTyP1ZVFQ==
dependencies:
mvdan-sh "^0.10.1"
sh-syntax "^0.4.1"
Expand All @@ -19662,10 +19662,10 @@ [email protected]:
sql-formatter "^10.0.0"
tslib "^2.4.0"

[email protected].2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.2.tgz#96e580f7ca9c96090ad054616c0c4597e2844b65"
integrity sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==
[email protected].4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283"
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==

prettier@^2.3.2, prettier@^2.6.2, prettier@^2.7.1, prettier@^2.8.0:
version "2.8.2"
Expand Down

0 comments on commit e379964

Please sign in to comment.