Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit ad3588a

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to v5.1.0
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
1 parent bd3b05a commit ad3588a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"collect-mentions": "0.1.1"
2828
},
2929
"devDependencies": {
30-
"eslint": "5.0.1",
30+
"eslint": "5.1.0",
3131
"eslint-config-tunnckocore": "1.0.1",
3232
"hela": "2.0.10",
3333
"hela-config-tunnckocore": "3.0.26",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -977,13 +977,17 @@ eslint-scope@^4.0.0:
977977
esrecurse "^4.1.0"
978978
estraverse "^4.1.1"
979979

980+
eslint-utils@^1.3.1:
981+
version "1.3.1"
982+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
983+
980984
eslint-visitor-keys@^1.0.0:
981985
version "1.0.0"
982986
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
983987

984-
eslint@5.0.1:
985-
version "5.0.1"
986-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.0.1.tgz#109b90ab7f7a736f54e0f341c8bb9d09777494c3"
988+
eslint@5.1.0:
989+
version "5.1.0"
990+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.1.0.tgz#2ed611f1ce163c0fb99e1e0cda5af8f662dff645"
987991
dependencies:
988992
ajv "^6.5.0"
989993
babel-code-frame "^6.26.0"
@@ -992,14 +996,15 @@ eslint@5.0.1:
992996
debug "^3.1.0"
993997
doctrine "^2.1.0"
994998
eslint-scope "^4.0.0"
999+
eslint-utils "^1.3.1"
9951000
eslint-visitor-keys "^1.0.0"
9961001
espree "^4.0.0"
9971002
esquery "^1.0.1"
9981003
esutils "^2.0.2"
9991004
file-entry-cache "^2.0.0"
10001005
functional-red-black-tree "^1.0.1"
10011006
glob "^7.1.2"
1002-
globals "^11.5.0"
1007+
globals "^11.7.0"
10031008
ignore "^3.3.3"
10041009
imurmurhash "^0.1.4"
10051010
inquirer "^5.2.0"
@@ -1477,7 +1482,7 @@ globals@^11.0.1, globals@^11.1.0:
14771482
version "11.3.0"
14781483
resolved "https://registry.yarnpkg.com/globals/-/globals-11.3.0.tgz#e04fdb7b9796d8adac9c8f64c14837b2313378b0"
14791484

1480-
globals@^11.5.0:
1485+
globals@^11.7.0:
14811486
version "11.7.0"
14821487
resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673"
14831488

0 commit comments

Comments
 (0)