File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 13
13
],
14
14
"dependencies" : {
15
15
"eslint-config-standard" : " ^14.1.0" ,
16
- "eslint-plugin-import" : " 2.20 .1" ,
16
+ "eslint-plugin-import" : " 2.19 .1" ,
17
17
"eslint-plugin-jest" : " ^23.7.0" ,
18
18
"eslint-plugin-node" : " ^11.0.0" ,
19
19
"eslint-plugin-promise" : " ^4.2.1" ,
Original file line number Diff line number Diff line change 4
4
],
5
5
"lockFileMaintenance" : {
6
6
"enabled" : true
7
- }
7
+ },
8
+ "ignoreDeps" : [
9
+ " eslint-plugin-import"
10
+ ]
8
11
}
Original file line number Diff line number Diff line change @@ -2806,10 +2806,10 @@ eslint-plugin-es@^3.0.0:
2806
2806
eslint-utils "^2.0.0"
2807
2807
regexpp "^3.0.0"
2808
2808
2809
- eslint-plugin-import@2.20 .1 :
2810
- version "2.20 .1"
2811
- resolved "https://registry.yarnpkg .com/eslint-plugin-import/-/eslint-plugin-import-2.20 .1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3 "
2812
- integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw ==
2809
+ eslint-plugin-import@2.19 .1 :
2810
+ version "2.19 .1"
2811
+ resolved "https://npm.hubteam .com/npm-nexus/repository/npm-all/ eslint-plugin-import/-/eslint-plugin-import-2.19 .1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448 "
2812
+ integrity sha512-x68131aKoCZlCae7rDXKSAQmbT5DQuManyXo2sK6fJJ0aK5CWAkv6A6HJZGgqC8IhjQxYPgo6/IY4Oz8AFsbBw ==
2813
2813
dependencies :
2814
2814
array-includes "^3.0.3"
2815
2815
array.prototype.flat "^1.2.1"
You can’t perform that action at this time.
1 commit comments
clarkdo commentedon Feb 19, 2020
TODO: Upgrade when the issue is fixed import-js/eslint-plugin-import#1643