Skip to content

Commit

Permalink
fix(deps): update dependency prettier to v2.8.7 (#941)
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 Mar 24, 2023
1 parent 42de46f commit 2304b79
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": "2.8.6",
"prettier": "2.8.7",
"stylelint": "15.3.0",
"typescript": "5.0.2"
},
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 @@ -48,7 +48,7 @@
},
"peerDependencies": {
"eslint": "8.36.0",
"prettier": "2.8.6"
"prettier": "2.8.7"
},
"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 --loglevel debug --check __tests__"
},
"devDependencies": {
"prettier": "2.8.6"
"prettier": "2.8.7"
},
"peerDependencies": {
"prettier": "2.8.6"
"prettier": "2.8.7"
}
}
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": "15.3.0"
},
"peerDependencies": {
"prettier": "2.8.6",
"prettier": "2.8.7",
"stylelint": "15.3.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10992,10 +10992,10 @@ prettier@2.8.4:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3"
integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==

prettier@2.8.6:
version "2.8.6"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.6.tgz#5c174b29befd507f14b83e3c19f83fdc0e974b71"
integrity sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==
prettier@2.8.7:
version "2.8.7"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==

pretty-bytes@^5.1.0:
version "5.6.0"
Expand Down

0 comments on commit 2304b79

Please sign in to comment.