Skip to content

Commit 5afb958

Browse files
chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 (#1475)
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5782a5 commit 5afb958

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"commitlint": "^18.4.3",
103103
"concurrently": "^8.2.2",
104104
"eslint": "^8.56.0",
105-
"eslint-plugin-prettier": "^5.0.1",
105+
"eslint-plugin-prettier": "^5.1.0",
106106
"husky": "^8.0.3",
107107
"jest": "^29.7.0",
108108
"jest-environment-jsdom": "^29.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4073,10 +4073,10 @@ eslint-plugin-no-use-extend-native@^0.5.0:
40734073
is-obj-prop "^1.0.0"
40744074
is-proto-prop "^2.0.0"
40754075

4076-
eslint-plugin-prettier@^5.0.1:
4077-
version "5.0.1"
4078-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
4079-
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
4076+
eslint-plugin-prettier@^5.1.0:
4077+
version "5.1.0"
4078+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.0.tgz#f14bb2b18756ad54f1ad3dc4c989cb73dfa326a3"
4079+
integrity sha512-hQc+2zbnMeXcIkg+pKZtVa+3Yqx4WY7SMkn1PLZ4VbBEU7jJIpVn9347P8BBhTbz6ne85aXvQf30kvexcqBeWw==
40804080
dependencies:
40814081
prettier-linter-helpers "^1.0.0"
40824082
synckit "^0.8.5"

0 commit comments

Comments
 (0)