File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 76
76
"eslint" : " ^7.1.0" ,
77
77
"eslint-config-prettier" : " ^8.0.0" ,
78
78
"eslint-plugin-node" : " ^11.1.0" ,
79
- "eslint-plugin-prettier" : " ^3.1.3 " ,
79
+ "eslint-plugin-prettier" : " ^4.0.0 " ,
80
80
"fs-extra" : " ^9.0.0" ,
81
81
"glob" : " ^7.1.1" ,
82
82
"husky" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -1795,9 +1795,10 @@ eslint-plugin-node@^11.1.0:
1795
1795
resolve "^1.10.1"
1796
1796
semver "^6.1.0"
1797
1797
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==
1801
1802
dependencies :
1802
1803
prettier-linter-helpers "^1.0.0"
1803
1804
You can’t perform that action at this time.
0 commit comments