Skip to content

Commit

Permalink
Update dependency prettier to v3.2.4 (#1070)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent d39faf1 commit 71a1248
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"auto-changelog": "2.4.0",
"eslint": "8.56.0",
"lerna": "7.4.2",
"prettier": "3.2.3",
"prettier": "3.2.4",
"stylelint": "15.11.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"peerDependencies": {
"eslint": ">= 8.56.0",
"prettier": ">= 3.2.3"
"prettier": ">= 3.2.4"
},
"dependencies": {
"@babel/core": "^7.23.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "3.0.0",
"dependencies": {
"postcss-scss": "4.0.9",
"prettier": "3.2.3",
"prettier": "3.2.4",
"stylelint-order": "6.0.4",
"stylelint-prettier": "4.1.0",
"stylelint-scss": "5.3.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/stylelint-config/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.3.tgz#98501d99141a9a10d5ceaf74cf39c8b7cbddd380"
integrity sha512-QNhUTBq+mqt1oH1dTfY3phOKNhcDdJkfttHI6u0kj7M2+c+7fmNKlgh2GhnHiqMcbxJ+a0j2igz/2jfl9QKLuw==
prettier@3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283"
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==

source-map-js@^1.0.2:
version "1.0.2"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
version "3.0.0"
dependencies:
postcss-scss "4.0.9"
prettier "3.2.3"
prettier "3.2.4"
stylelint-order "6.0.4"
stylelint-prettier "4.1.0"
stylelint-scss "5.3.2"
Expand Down Expand Up @@ -4722,10 +4722,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.3.tgz#98501d99141a9a10d5ceaf74cf39c8b7cbddd380"
integrity sha512-QNhUTBq+mqt1oH1dTfY3phOKNhcDdJkfttHI6u0kj7M2+c+7fmNKlgh2GhnHiqMcbxJ+a0j2igz/2jfl9QKLuw==
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-format@^29.7.0:
version "29.7.0"
Expand Down

0 comments on commit 71a1248

Please sign in to comment.