File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 43
43
"babel-plugin-add-module-exports" : " 0.2.1" ,
44
44
"babel-plugin-dev-expression" : " 0.2.1" ,
45
45
"concurrently" : " 3.6.0" ,
46
- "eslint" : " 5.0.1 " ,
46
+ "eslint" : " 5.1.0 " ,
47
47
"eslint-config-prettier" : " 2.9.0" ,
48
48
"eslint-plugin-import" : " 2.13.0" ,
49
49
"eslint-plugin-react" : " 7.10.0" ,
Original file line number Diff line number Diff line change @@ -1658,13 +1658,17 @@ eslint-scope@~3.7.1:
1658
1658
esrecurse "^4.1.0"
1659
1659
estraverse "^4.1.1"
1660
1660
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
+
1661
1665
eslint-visitor-keys@^1.0.0 :
1662
1666
version "1.0.0"
1663
1667
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
1664
1668
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 "
1668
1672
dependencies :
1669
1673
ajv "^6.5.0"
1670
1674
babel-code-frame "^6.26.0"
1673
1677
debug "^3.1.0"
1674
1678
doctrine "^2.1.0"
1675
1679
eslint-scope "^4.0.0"
1680
+ eslint-utils "^1.3.1"
1676
1681
eslint-visitor-keys "^1.0.0"
1677
1682
espree "^4.0.0"
1678
1683
esquery "^1.0.1"
1679
1684
esutils "^2.0.2"
1680
1685
file-entry-cache "^2.0.0"
1681
1686
functional-red-black-tree "^1.0.1"
1682
1687
glob "^7.1.2"
1683
- globals "^11.5 .0"
1688
+ globals "^11.7 .0"
1684
1689
ignore "^3.3.3"
1685
1690
imurmurhash "^0.1.4"
1686
1691
inquirer "^5.2.0"
@@ -2129,7 +2134,7 @@ globals@^11.1.0:
2129
2134
version "11.5.0"
2130
2135
resolved "https://registry.yarnpkg.com/globals/-/globals-11.5.0.tgz#6bc840de6771173b191f13d3a9c94d441ee92642"
2131
2136
2132
- globals@^11.5 .0 :
2137
+ globals@^11.7 .0 :
2133
2138
version "11.7.0"
2134
2139
resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673"
2135
2140
You can’t perform that action at this time.
0 commit comments