Skip to content

Commit

Permalink
Update npm package prettier to v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 70a8a8f commit c24451b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.4",
"prettier": "3.2.5",
"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.4",
"prettier": "3.2.5",
"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.56.0",
"mock-block-dock": "0.1.6",
"prettier": "3.2.4",
"prettier": "3.2.5",
"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.4",
"prettier": "3.2.5",
"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.4",
"prettier": "3.2.5",
"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.4",
"prettier": "3.2.5",
"regex-parser": "2.2.11",
"ts-node": "10.9.1",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"npm-run-all": "4.1.5",
"patch-package": "6.5.0",
"postinstall-postinstall": "2.1.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.10",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-sql": "0.12.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20178,10 +20178,10 @@ prettier-plugin-sql@0.12.1:
sql-formatter "^10.0.0"
tslib "^2.4.0"

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==

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 c24451b

Please sign in to comment.