File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 58
58
"danger" : " ^3.6.6" ,
59
59
"eslint" : " ^5.0.0" ,
60
60
"eslint-config-defaults" : " ^9.0.0" ,
61
- "eslint-config-prettier" : " ^2.9 .0" ,
61
+ "eslint-config-prettier" : " ^3.0 .0" ,
62
62
"eslint-config-standard" : " ^11.0.0" ,
63
63
"eslint-plugin-import" : " ^2.12.0" ,
64
64
"eslint-plugin-jest" : " ^21.15.1" ,
65
65
"eslint-plugin-node" : " ^7.0.0" ,
66
66
"eslint-plugin-prettier" : " ^2.6.0" ,
67
- "eslint-plugin-promise" : " ^3.7 .0" ,
67
+ "eslint-plugin-promise" : " ^4.0 .0" ,
68
68
"eslint-plugin-standard" : " ^3.1.0" ,
69
69
"husky" : " ^0.14.3" ,
70
70
"jest" : " ^23.0.0" ,
Original file line number Diff line number Diff line change @@ -1982,11 +1982,11 @@ eslint-config-defaults@^9.0.0:
1982
1982
version "9.0.0"
1983
1983
resolved "https://registry.yarnpkg.com/eslint-config-defaults/-/eslint-config-defaults-9.0.0.tgz#a090adc13b2935e3f43b3cd048a92701654e5ad5"
1984
1984
1985
- eslint-config-prettier@^2.9 .0 :
1986
- version "2.9.0 "
1987
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.9.0. tgz#5ecd65174d486c22dff389fe036febf502d468a3 "
1985
+ eslint-config-prettier@^3.0 .0 :
1986
+ version "3.0.1 "
1987
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.0.1. tgz#479214f64c1a4b344040924bfb97543db334b7b1 "
1988
1988
dependencies :
1989
- get-stdin "^5 .0.1 "
1989
+ get-stdin "^6 .0.0 "
1990
1990
1991
1991
eslint-config-standard@^11.0.0 :
1992
1992
version "11.0.0"
@@ -2050,9 +2050,9 @@ eslint-plugin-prettier@^2.6.0:
2050
2050
fast-diff "^1.1.1"
2051
2051
jest-docblock "^21.0.0"
2052
2052
2053
- eslint-plugin-promise@^3.7 .0 :
2054
- version "3.7 .0"
2055
- resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.7 .0.tgz#f4bde5c2c77cdd69557a8f69a24d1ad3cfc9e67e "
2053
+ eslint-plugin-promise@^4.0 .0 :
2054
+ version "4.0 .0"
2055
+ resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.0 .0.tgz#bc15a4aa04fa6116113b6c47488c421821b758fc "
2056
2056
2057
2057
eslint-plugin-standard@^3.1.0 :
2058
2058
version "3.1.0"
@@ -2549,7 +2549,7 @@ get-own-enumerable-property-symbols@^2.0.1:
2549
2549
version "2.0.1"
2550
2550
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-2.0.1.tgz#5c4ad87f2834c4b9b4e84549dc1e0650fb38c24b"
2551
2551
2552
- [email protected] , get-stdin@^5.0.1 :
2552
+
2553
2553
version "5.0.1"
2554
2554
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
2555
2555
You can’t perform that action at this time.
0 commit comments