Skip to content

Commit 58e2f10

Browse files
chore(deps): update dependency eslint-plugin-prettier to v4 (#1583)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62dee56 commit 58e2f10

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint": "^7.1.0",
7777
"eslint-config-prettier": "^8.0.0",
7878
"eslint-plugin-node": "^11.1.0",
79-
"eslint-plugin-prettier": "^3.1.3",
79+
"eslint-plugin-prettier": "^4.0.0",
8080
"fs-extra": "^9.0.0",
8181
"glob": "^7.1.1",
8282
"husky": "^2.0.0",

yarn.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -1795,9 +1795,10 @@ eslint-plugin-node@^11.1.0:
17951795
resolve "^1.10.1"
17961796
semver "^6.1.0"
17971797

1798-
eslint-plugin-prettier@^3.1.3:
1799-
version "3.4.0"
1800-
resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz"
1798+
eslint-plugin-prettier@^4.0.0:
1799+
version "4.2.1"
1800+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
1801+
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
18011802
dependencies:
18021803
prettier-linter-helpers "^1.0.0"
18031804

0 commit comments

Comments
 (0)