Skip to content

Commit

Permalink
Merge pull request #23 from tiarebalbi/dependabot/npm_and_yarn/eslint…
Browse files Browse the repository at this point in the history
…-plugin-import-2.10.0

build: bump eslint-plugin-import from 2.8.0 to 2.10.0
  • Loading branch information
tiarebalbi authored Apr 3, 2018
2 parents 4388652 + c10ff09 commit 6195524
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint-loader": "1.9.0",
"eslint-plugin-compat": "^2.2.0",
"eslint-plugin-flowtype": "2.46.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-import": "2.10.0",
"eslint-plugin-jest": "^21.14.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prefer-object-spread": "^1.2.1",
Expand Down
30 changes: 13 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1998,7 +1998,7 @@ constants-browserify@^1.0.0:

contains-path@^0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"

content-disposition@0.5.2:
version "0.5.2"
Expand Down Expand Up @@ -2533,7 +2533,7 @@ dns-txt@^2.0.2:

doctrine@1.5.0:
version "1.5.0"
resolved "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
dependencies:
esutils "^2.0.2"
isarray "^1.0.0"
Expand Down Expand Up @@ -2885,7 +2885,7 @@ eslint-config-react-app@^2.1.0:

eslint-import-resolver-node@^0.3.1:
version "0.3.2"
resolved "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
dependencies:
debug "^2.6.9"
resolve "^1.5.0"
Expand All @@ -2900,9 +2900,9 @@ eslint-loader@1.9.0:
object-hash "^1.1.4"
rimraf "^2.6.1"

eslint-module-utils@^2.1.1:
eslint-module-utils@^2.2.0:
version "2.2.0"
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746"
dependencies:
debug "^2.6.8"
pkg-dir "^1.0.0"
Expand All @@ -2923,18 +2923,18 @@ eslint-plugin-flowtype@2.46.1:
dependencies:
lodash "^4.15.0"

eslint-plugin-import@2.8.0:
version "2.8.0"
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
eslint-plugin-import@2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.10.0.tgz#fa09083d5a75288df9c6c7d09fe12255985655e7"
dependencies:
builtin-modules "^1.1.1"
contains-path "^0.1.0"
debug "^2.6.8"
doctrine "1.5.0"
eslint-import-resolver-node "^0.3.1"
eslint-module-utils "^2.1.1"
eslint-module-utils "^2.2.0"
has "^1.0.1"
lodash.cond "^4.3.0"
lodash "^4.17.4"
minimatch "^3.0.3"
read-pkg-up "^2.0.0"

Expand Down Expand Up @@ -5515,10 +5515,6 @@ lodash.camelcase@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"

lodash.cond@^4.3.0:
version "4.5.2"
resolved "https://registry.npmjs.org/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"

lodash.debounce@^4.0.0:
version "4.0.8"
resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
Expand Down Expand Up @@ -6564,7 +6560,7 @@ path-key@^2.0.0:

path-parse@^1.0.5:
version "1.0.5"
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"

path-to-regexp@0.1.7:
version "0.1.7"
Expand Down Expand Up @@ -6640,7 +6636,7 @@ pinkie@^2.0.0:

pkg-dir@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
dependencies:
find-up "^1.0.0"

Expand Down Expand Up @@ -8050,7 +8046,7 @@ resolve@1.1.7:

resolve@^1.5.0:
version "1.6.0"
resolved "https://registry.npmjs.org/resolve/-/resolve-1.6.0.tgz#0fbd21278b27b4004481c395349e7aba60a9ff5c"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.6.0.tgz#0fbd21278b27b4004481c395349e7aba60a9ff5c"
dependencies:
path-parse "^1.0.5"

Expand Down

0 comments on commit 6195524

Please sign in to comment.