Skip to content

Commit 1b6100c

Browse files
chore(deps): update dependency eslint to v5.1.0 (#119)
1 parent 656c4c5 commit 1b6100c

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
@@ -43,7 +43,7 @@
4343
"babel-plugin-add-module-exports": "0.2.1",
4444
"babel-plugin-dev-expression": "0.2.1",
4545
"concurrently": "3.6.0",
46-
"eslint": "5.0.1",
46+
"eslint": "5.1.0",
4747
"eslint-config-prettier": "2.9.0",
4848
"eslint-plugin-import": "2.13.0",
4949
"eslint-plugin-react": "7.10.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,13 +1658,17 @@ eslint-scope@~3.7.1:
16581658
esrecurse "^4.1.0"
16591659
estraverse "^4.1.1"
16601660

1661+
eslint-utils@^1.3.1:
1662+
version "1.3.1"
1663+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
1664+
16611665
eslint-visitor-keys@^1.0.0:
16621666
version "1.0.0"
16631667
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
16641668

1665-
eslint@5.0.1:
1666-
version "5.0.1"
1667-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.0.1.tgz#109b90ab7f7a736f54e0f341c8bb9d09777494c3"
1669+
eslint@5.1.0:
1670+
version "5.1.0"
1671+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.1.0.tgz#2ed611f1ce163c0fb99e1e0cda5af8f662dff645"
16681672
dependencies:
16691673
ajv "^6.5.0"
16701674
babel-code-frame "^6.26.0"
@@ -1673,14 +1677,15 @@ [email protected]:
16731677
debug "^3.1.0"
16741678
doctrine "^2.1.0"
16751679
eslint-scope "^4.0.0"
1680+
eslint-utils "^1.3.1"
16761681
eslint-visitor-keys "^1.0.0"
16771682
espree "^4.0.0"
16781683
esquery "^1.0.1"
16791684
esutils "^2.0.2"
16801685
file-entry-cache "^2.0.0"
16811686
functional-red-black-tree "^1.0.1"
16821687
glob "^7.1.2"
1683-
globals "^11.5.0"
1688+
globals "^11.7.0"
16841689
ignore "^3.3.3"
16851690
imurmurhash "^0.1.4"
16861691
inquirer "^5.2.0"
@@ -2129,7 +2134,7 @@ globals@^11.1.0:
21292134
version "11.5.0"
21302135
resolved "https://registry.yarnpkg.com/globals/-/globals-11.5.0.tgz#6bc840de6771173b191f13d3a9c94d441ee92642"
21312136

2132-
globals@^11.5.0:
2137+
globals@^11.7.0:
21332138
version "11.7.0"
21342139
resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673"
21352140

0 commit comments

Comments
 (0)