Skip to content

Commit 5f585b8

Browse files
renovate[bot]stipsan
authored andcommitted
chore(deps): update dependency eslint-plugin-import to v2.13.0 (#308)
This Pull Request updates dependency [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from `v2.12.0` to `v2.13.0` <details> <summary>Release Notes</summary> ### [`v2.13.0`](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#&#8203;2130---2018-06-24) [Compare Source](import-js/eslint-plugin-import@v2.12.0...v2.13.0) ##### Added - Add ESLint 5 support ([#&#8203;1122], thanks [@&#8203;ai] and [@&#8203;ljharb]) - Add [`no-relative-parent-imports`] rule: disallow relative imports from parent directories ([#&#8203;1093], thanks [@&#8203;chrislloyd]) ##### Fixed - `namespace` rule: ensure it works in eslint 5/ecmaVersion 2018 (thanks [@&#8203;ljharb]) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
1 parent fc309e6 commit 5f585b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"concurrently": "3.6.0",
4646
"eslint": "4.19.1",
4747
"eslint-config-prettier": "2.9.0",
48-
"eslint-plugin-import": "2.12.0",
48+
"eslint-plugin-import": "2.13.0",
4949
"eslint-plugin-react": "7.9.1",
5050
"flowgen": "1.2.2",
5151
"husky": "0.14.3",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,9 +1667,9 @@ eslint-module-utils@^2.2.0:
16671667
debug "^2.6.8"
16681668
pkg-dir "^1.0.0"
16691669

1670-
eslint-plugin-import@2.12.0:
1671-
version "2.12.0"
1672-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.12.0.tgz#dad31781292d6664b25317fd049d2e2b2f02205d"
1670+
eslint-plugin-import@2.13.0:
1671+
version "2.13.0"
1672+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.13.0.tgz#df24f241175e312d91662dc91ca84064caec14ed"
16731673
dependencies:
16741674
contains-path "^0.1.0"
16751675
debug "^2.6.8"

0 commit comments

Comments
 (0)