Skip to content

Commit

Permalink
fix(deps): update dependency prettier to v3.2.3 (#1619)
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] committed Jan 17, 2024
1 parent 675f9c0 commit 2b06b7c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"husky": "8.0.3",
"is-ci": "3.0.1",
"npm-run-all": "4.1.5",
"prettier": "3.2.2",
"prettier": "3.2.3",
"stylelint": "16.1.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 @@ -49,7 +49,7 @@
},
"peerDependencies": {
"eslint": "8.56.0",
"prettier": "3.2.2"
"prettier": "3.2.3"
},
"eslintConfig": {
"root": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"test": "prettier --config prettier.config.js --log-level debug --check __tests__"
},
"devDependencies": {
"prettier": "3.2.2"
"prettier": "3.2.3"
},
"peerDependencies": {
"prettier": "3.2.2"
"prettier": "3.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"stylelint": "16.1.0"
},
"peerDependencies": {
"prettier": "3.2.2",
"prettier": "3.2.3",
"stylelint": "16.1.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8613,10 +8613,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

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

proc-log@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 2b06b7c

Please sign in to comment.