Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d992e08

Browse files
committedOct 20, 2021
chore(deps): update dependency eslint-plugin-prettier to v3.4.1
1 parent 3328cf2 commit d992e08

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslint-config-prettier": "6.15.0",
88
"eslint-plugin-import": "2.22.1",
99
"eslint-plugin-jest": "24.1.3",
10-
"eslint-plugin-prettier": "3.1.4",
10+
"eslint-plugin-prettier": "3.4.1",
1111
"prettier": "2.1.2"
1212
},
1313
"scripts": {

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,10 @@ eslint-plugin-jest@24.1.3:
602602
dependencies:
603603
"@typescript-eslint/experimental-utils" "^4.0.1"
604604

605-
eslint-plugin-prettier@3.1.4:
606-
version "3.1.4"
607-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.4.tgz#168ab43154e2ea57db992a2cd097c828171f75c2"
608-
integrity sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg==
605+
eslint-plugin-prettier@3.4.1:
606+
version "3.4.1"
607+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"
608+
integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==
609609
dependencies:
610610
prettier-linter-helpers "^1.0.0"
611611

0 commit comments

Comments
 (0)
Please sign in to comment.