Skip to content

Commit 2396d9e

Browse files
Bump eslint-plugin-import from 2.21.2 to 2.22.0 (#61)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.2 to 2.22.0. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.21.2...v2.22.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 356e97a commit 2396d9e

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
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/parser": "^3.4.0",
3434
"eslint": "^7.3.1",
3535
"eslint-import-resolver-typescript": "^2.0.0",
36-
"eslint-plugin-import": "^2.21.2",
36+
"eslint-plugin-import": "^2.22.0",
3737
"jest": "^26.1.0",
3838
"sinon": "^9.0.2",
3939
"ts-jest": "^26.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,10 +1534,10 @@ eslint-module-utils@^2.6.0:
15341534
debug "^2.6.9"
15351535
pkg-dir "^2.0.0"
15361536

1537-
eslint-plugin-import@^2.21.2:
1538-
version "2.21.2"
1539-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.21.2.tgz#8fef77475cc5510801bedc95f84b932f7f334a7c"
1540-
integrity sha512-FEmxeGI6yaz+SnEB6YgNHlQK1Bs2DKLM+YF+vuTk5H8J9CLbJLtlPvRFgZZ2+sXiKAlN5dpdlrWOjK8ZoZJpQA==
1537+
eslint-plugin-import@^2.22.0:
1538+
version "2.22.0"
1539+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
1540+
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
15411541
dependencies:
15421542
array-includes "^3.1.1"
15431543
array.prototype.flat "^1.2.3"

0 commit comments

Comments
 (0)