Skip to content

Commit 451249c

Browse files
committed
chore(deps): update dependency eslint to v5.12.0
1 parent fd4f685 commit 451249c

File tree

2 files changed

+37
-22
lines changed

2 files changed

+37
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"doctoc": "1.3.1",
5050
"enzyme": "3.7.0",
5151
"enzyme-adapter-react-16": "1.6.0",
52-
"eslint": "5.7.0",
52+
"eslint": "5.12.0",
5353
"eslint-config-algolia": "13.2.3",
5454
"eslint-config-prettier": "3.1.0",
5555
"eslint-plugin-import": "2.14.0",

yarn.lock

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -267,20 +267,22 @@ acorn-globals@^4.0.0:
267267
dependencies:
268268
acorn "^5.0.0"
269269

270-
acorn-jsx@^4.1.1:
271-
version "4.1.1"
272-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-4.1.1.tgz#e8e41e48ea2fe0c896740610ab6a4ffd8add225e"
273-
dependencies:
274-
acorn "^5.0.3"
270+
acorn-jsx@^5.0.0:
271+
version "5.0.1"
272+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
275273

276274
acorn@^5.0.0, acorn@^5.1.2:
277275
version "5.2.1"
278276
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7"
279277

280-
acorn@^5.0.3, acorn@^5.6.0, acorn@^5.7.3:
278+
acorn@^5.7.3:
281279
version "5.7.3"
282280
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
283281

282+
acorn@^6.0.2:
283+
version "6.0.5"
284+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.5.tgz#81730c0815f3f3b34d8efa95cb7430965f4d887a"
285+
284286
add-stream@^1.0.0:
285287
version "1.0.0"
286288
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -1480,6 +1482,10 @@ callsites@^2.0.0:
14801482
version "2.0.0"
14811483
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
14821484

1485+
callsites@^3.0.0:
1486+
version "3.0.0"
1487+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.0.0.tgz#fb7eb569b72ad7a45812f93fd9430a3e410b3dd3"
1488+
14831489
camelcase-keys@^2.0.0:
14841490
version "2.1.0"
14851491
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
@@ -2644,9 +2650,9 @@ eslint-visitor-keys@^1.0.0:
26442650
version "1.0.0"
26452651
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
26462652

2647-
eslint@5.7.0:
2648-
version "5.7.0"
2649-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.7.0.tgz#55c326d6fb2ad45fcbd0ce17c3846f025d1d819c"
2653+
eslint@5.12.0:
2654+
version "5.12.0"
2655+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.0.tgz#fab3b908f60c52671fb14e996a450b96c743c859"
26502656
dependencies:
26512657
"@babel/code-frame" "^7.0.0"
26522658
ajv "^6.5.3"
@@ -2657,17 +2663,17 @@ [email protected]:
26572663
eslint-scope "^4.0.0"
26582664
eslint-utils "^1.3.1"
26592665
eslint-visitor-keys "^1.0.0"
2660-
espree "^4.0.0"
2666+
espree "^5.0.0"
26612667
esquery "^1.0.1"
26622668
esutils "^2.0.2"
26632669
file-entry-cache "^2.0.0"
26642670
functional-red-black-tree "^1.0.1"
26652671
glob "^7.1.2"
26662672
globals "^11.7.0"
26672673
ignore "^4.0.6"
2674+
import-fresh "^3.0.0"
26682675
imurmurhash "^0.1.4"
26692676
inquirer "^6.1.0"
2670-
is-resolvable "^1.1.0"
26712677
js-yaml "^3.12.0"
26722678
json-stable-stringify-without-jsonify "^1.0.1"
26732679
levn "^0.3.0"
@@ -2680,7 +2686,6 @@ [email protected]:
26802686
pluralize "^7.0.0"
26812687
progress "^2.0.0"
26822688
regexpp "^2.0.1"
2683-
require-uncached "^1.0.3"
26842689
semver "^5.5.1"
26852690
strip-ansi "^4.0.0"
26862691
strip-json-comments "^2.0.1"
@@ -2691,12 +2696,13 @@ [email protected]:
26912696
version "3.0.84"
26922697
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63"
26932698

2694-
espree@^4.0.0:
2695-
version "4.0.0"
2696-
resolved "https://registry.yarnpkg.com/espree/-/espree-4.0.0.tgz#253998f20a0f82db5d866385799d912a83a36634"
2699+
espree@^5.0.0:
2700+
version "5.0.0"
2701+
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.0.tgz#fc7f984b62b36a0f543b13fb9cd7b9f4a7f5b65c"
26972702
dependencies:
2698-
acorn "^5.6.0"
2699-
acorn-jsx "^4.1.1"
2703+
acorn "^6.0.2"
2704+
acorn-jsx "^5.0.0"
2705+
eslint-visitor-keys "^1.0.0"
27002706

27012707
esprima@^3.1.3:
27022708
version "3.1.3"
@@ -3537,6 +3543,13 @@ ignore@^4.0.6:
35373543
version "4.0.6"
35383544
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
35393545

3546+
import-fresh@^3.0.0:
3547+
version "3.0.0"
3548+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390"
3549+
dependencies:
3550+
parent-module "^1.0.0"
3551+
resolve-from "^4.0.0"
3552+
35403553
import-lazy@^2.1.0:
35413554
version "2.1.0"
35423555
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -3916,10 +3929,6 @@ is-relative@^1.0.0:
39163929
dependencies:
39173930
is-unc-path "^1.0.0"
39183931

3919-
is-resolvable@^1.1.0:
3920-
version "1.1.0"
3921-
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
3922-
39233932
is-retry-allowed@^1.0.0:
39243933
version "1.1.0"
39253934
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"
@@ -5560,6 +5569,12 @@ package-json@^4.0.0:
55605569
registry-url "^3.0.3"
55615570
semver "^5.1.0"
55625571

5572+
parent-module@^1.0.0:
5573+
version "1.0.0"
5574+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.0.tgz#df250bdc5391f4a085fb589dad761f5ad6b865b5"
5575+
dependencies:
5576+
callsites "^3.0.0"
5577+
55635578
parse-asn1@^5.0.0:
55645579
version "5.1.0"
55655580
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.0.tgz#37c4f9b7ed3ab65c74817b5f2480937fbf97c712"

0 commit comments

Comments
 (0)