Skip to content

Commit 64c7391

Browse files
authored
Merge pull request #40 from LeetCode-OpenSource/greenkeeper/eslint-6.2.0
Update eslint to the latest version 🚀
2 parents 54b6f54 + 44a0ca9 commit 64c7391

File tree

2 files changed

+26
-16
lines changed

2 files changed

+26
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@typescript-eslint/eslint-plugin": "^1.13.0",
7373
"@typescript-eslint/parser": "^2.0.0",
7474
"codecov": "^3.5.0",
75-
"eslint": "6.1.0",
75+
"eslint": "6.2.0",
7676
"eslint-config-prettier": "^6.0.0",
7777
"eslint-plugin-react": "^7.14.3",
7878
"husky": "^3.0.2",

yarn.lock

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,11 +1221,16 @@ acorn@^5.0.0, acorn@^5.5.3:
12211221
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
12221222
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
12231223

1224-
acorn@^6.0.1, acorn@^6.0.7, acorn@^6.1.1:
1224+
acorn@^6.0.1, acorn@^6.1.1:
12251225
version "6.2.1"
12261226
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51"
12271227
integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==
12281228

1229+
acorn@^7.0.0:
1230+
version "7.0.0"
1231+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
1232+
integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==
1233+
12291234
agent-base@^4.3.0:
12301235
version "4.3.0"
12311236
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
@@ -2927,7 +2932,7 @@ eslint-scope@^5.0.0:
29272932
esrecurse "^4.1.0"
29282933
estraverse "^4.1.1"
29292934

2930-
eslint-utils@^1.3.1:
2935+
eslint-utils@^1.3.1, eslint-utils@^1.4.0:
29312936
version "1.4.0"
29322937
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.0.tgz#e2c3c8dba768425f897cf0f9e51fe2e241485d4c"
29332938
integrity sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ==
@@ -2939,10 +2944,15 @@ eslint-visitor-keys@^1.0.0:
29392944
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
29402945
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
29412946

2942-
eslint@6.1.0:
2943-
version "6.1.0"
2944-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
2945-
integrity sha512-QhrbdRD7ofuV09IuE2ySWBz0FyXCq0rriLTZXZqaWSI79CVtHVRdkFuFTViiqzZhkCgfOh9USpriuGN2gIpZDQ==
2947+
eslint-visitor-keys@^1.1.0:
2948+
version "1.1.0"
2949+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
2950+
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
2951+
2952+
eslint@6.2.0:
2953+
version "6.2.0"
2954+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.0.tgz#4c42c20e3fc03f28db25f34ccba621a9a47e8b56"
2955+
integrity sha512-sS0SZwm5UAoI83F+cgdomz0cBNPs+AnRvEboNYeWvrZ8UcDHCu/5muocwoDL2TkHq9skkP0GvZjmwI8HG7S3sw==
29462956
dependencies:
29472957
"@babel/code-frame" "^7.0.0"
29482958
ajv "^6.10.0"
@@ -2951,9 +2961,9 @@ eslint@6.1.0:
29512961
debug "^4.0.1"
29522962
doctrine "^3.0.0"
29532963
eslint-scope "^5.0.0"
2954-
eslint-utils "^1.3.1"
2955-
eslint-visitor-keys "^1.0.0"
2956-
espree "^6.0.0"
2964+
eslint-utils "^1.4.0"
2965+
eslint-visitor-keys "^1.1.0"
2966+
espree "^6.1.0"
29572967
esquery "^1.0.1"
29582968
esutils "^2.0.2"
29592969
file-entry-cache "^5.0.1"
@@ -2982,14 +2992,14 @@ eslint@6.1.0:
29822992
text-table "^0.2.0"
29832993
v8-compile-cache "^2.0.3"
29842994

2985-
espree@^6.0.0:
2986-
version "6.0.0"
2987-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
2988-
integrity sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q==
2995+
espree@^6.1.0:
2996+
version "6.1.0"
2997+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.0.tgz#a1e8aa65bf29a331d70351ed814a80e7534e0884"
2998+
integrity sha512-boA7CHRLlVWUSg3iL5Kmlt/xT3Q+sXnKoRYYzj1YeM10A76TEJBbotV5pKbnK42hEUIr121zTv+QLRM5LsCPXQ==
29892999
dependencies:
2990-
acorn "^6.0.7"
3000+
acorn "^7.0.0"
29913001
acorn-jsx "^5.0.0"
2992-
eslint-visitor-keys "^1.0.0"
3002+
eslint-visitor-keys "^1.1.0"
29933003

29943004
esprima@^3.1.3:
29953005
version "3.1.3"

0 commit comments

Comments
 (0)