Skip to content

Commit

Permalink
Merge pull request #71 from ianwalter/renovate/ianwalter-eslint-confi…
Browse files Browse the repository at this point in the history
…g-2.x

Update dependency @ianwalter/eslint-config to v2
  • Loading branch information
Ian Walter committed Jun 6, 2019
2 parents abc4794 + fe3c2c5 commit 058efcc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@ianwalter/babel-preset-lib": "^2.0.2",
"@ianwalter/bff": "^5.2.1",
"@ianwalter/dist": "^4.0.0",
"@ianwalter/eslint-config": "^1.1.3",
"@ianwalter/eslint-config": "^2.0.1",
"@ianwalter/renovate-config": "^1.1.0",
"np": "^5.0.3"
},
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -908,16 +908,16 @@
rollup-plugin-json "^4.0.0"
rollup-plugin-node-resolve "^4.2.3"

"@ianwalter/eslint-config@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@ianwalter/eslint-config/-/eslint-config-1.1.3.tgz#21e1ac36934c797e09899424745f69248811ca67"
integrity sha512-XNc2QGqVaVO1+QjjzGt1k8k336Yd5ISmdSif4kAe0RJTPuSW5wSmNwsLH2xUODfIhR9CbERpwVX99TM0pg+0Ww==
"@ianwalter/eslint-config@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@ianwalter/eslint-config/-/eslint-config-2.0.1.tgz#4feb1c5a4db586a9b913fe1fa26dbc59591a4b72"
integrity sha512-yCitnmFjLiOpRNg3SxVeQDACPchrf8P+kp3Xk6fVZtRZxxaQbNG94HFQcNGSPGdjBK3hCVOeyEKGKOjHIvU4gg==
dependencies:
eslint "^5.16.0"
eslint-config-standard "^12.0.0"
eslint-plugin-html "^5.0.5"
eslint-plugin-import "^2.17.2"
eslint-plugin-node "^9.0.1"
eslint-plugin-node "^9.1.0"
eslint-plugin-promise "^4.1.1"
eslint-plugin-standard "^4.0.0"

Expand Down Expand Up @@ -2777,17 +2777,17 @@ eslint-plugin-import@^2.17.2:
read-pkg-up "^2.0.0"
resolve "^1.10.0"

eslint-plugin-node@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.0.1.tgz#93e44626fa62bcb6efea528cee9687663dc03b62"
integrity sha512-fljT5Uyy3lkJzuqhxrYanLSsvaILs9I7CmQ31atTtZ0DoIzRbbvInBh4cQ1CrthFHInHYBQxfPmPt6KLHXNXdw==
eslint-plugin-node@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.1.0.tgz#f2fd88509a31ec69db6e9606d76dabc5adc1b91a"
integrity sha512-ZwQYGm6EoV2cfLpE1wxJWsfnKUIXfM/KM09/TlorkukgCAwmkgajEJnPCmyzoFPQQkmvo5DrW/nyKutNIw36Mw==
dependencies:
eslint-plugin-es "^1.4.0"
eslint-utils "^1.3.1"
ignore "^5.1.1"
minimatch "^3.0.4"
resolve "^1.10.1"
semver "^6.0.0"
semver "^6.1.0"

eslint-plugin-promise@^4.1.1:
version "4.1.1"
Expand Down Expand Up @@ -6281,6 +6281,11 @@ semver@^6.0.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==

semver@^6.1.0:
version "6.1.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b"
integrity sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==

send@0.16.2:
version "0.16.2"
resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"
Expand Down

0 comments on commit 058efcc

Please sign in to comment.