Skip to content

Commit afc2f6b

Browse files
fix(deps): update dependency eslint-plugin-import to v2.20.2 (#118)
1 parent c1aabf5 commit afc2f6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint": "6.8.0",
4949
"eslint-config-airbnb": "18.1.0",
5050
"eslint-plugin-flowtype": "4.6.0",
51-
"eslint-plugin-import": "2.20.1",
51+
"eslint-plugin-import": "2.20.2",
5252
"eslint-plugin-jsx-a11y": "6.2.3",
5353
"eslint-plugin-react": "7.19.0",
5454
"husky": "0.14.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,10 +1948,10 @@ eslint-plugin-flowtype@4.6.0:
19481948
dependencies:
19491949
lodash "^4.17.15"
19501950

1951-
eslint-plugin-import@2.20.1:
1952-
version "2.20.1"
1953-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3"
1954-
integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw==
1951+
eslint-plugin-import@2.20.2:
1952+
version "2.20.2"
1953+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
1954+
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
19551955
dependencies:
19561956
array-includes "^3.0.3"
19571957
array.prototype.flat "^1.2.1"

0 commit comments

Comments
 (0)