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 d27d2f9

Browse files
committedDec 3, 2020
chore(deps): update dependency eslint-plugin-prettier to v3.2.0
1 parent 3328cf2 commit d27d2f9

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.2.0",
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.2.0:
606+
version "3.2.0"
607+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.2.0.tgz#af391b2226fa0e15c96f36c733f6e9035dbd952c"
608+
integrity sha512-kOUSJnFjAUFKwVxuzy6sA5yyMx6+o9ino4gCdShzBNx4eyFRudWRYKCFolKjoM40PEiuU6Cn7wBLfq3WsGg7qg==
609609
dependencies:
610610
prettier-linter-helpers "^1.0.0"
611611

0 commit comments

Comments
 (0)
Please sign in to comment.