Skip to content

Commit 0c3b5f3

Browse files
committed
chore(deps): update dependency eslint to v5.11.1
1 parent bfe9a9f commit 0c3b5f3

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
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.11.1",
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: 18 additions & 20 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.4"
284+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
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"
@@ -2651,9 +2653,9 @@ eslint-visitor-keys@^1.0.0:
26512653
version "1.0.0"
26522654
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
26532655

2654-
eslint@5.7.0:
2655-
version "5.7.0"
2656-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.7.0.tgz#55c326d6fb2ad45fcbd0ce17c3846f025d1d819c"
2656+
eslint@5.11.1:
2657+
version "5.11.1"
2658+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.11.1.tgz#8deda83db9f354bf9d3f53f9677af7e0e13eadda"
26572659
dependencies:
26582660
"@babel/code-frame" "^7.0.0"
26592661
ajv "^6.5.3"
@@ -2664,7 +2666,7 @@ [email protected]:
26642666
eslint-scope "^4.0.0"
26652667
eslint-utils "^1.3.1"
26662668
eslint-visitor-keys "^1.0.0"
2667-
espree "^4.0.0"
2669+
espree "^5.0.0"
26682670
esquery "^1.0.1"
26692671
esutils "^2.0.2"
26702672
file-entry-cache "^2.0.0"
@@ -2674,7 +2676,6 @@ [email protected]:
26742676
ignore "^4.0.6"
26752677
imurmurhash "^0.1.4"
26762678
inquirer "^6.1.0"
2677-
is-resolvable "^1.1.0"
26782679
js-yaml "^3.12.0"
26792680
json-stable-stringify-without-jsonify "^1.0.1"
26802681
levn "^0.3.0"
@@ -2698,12 +2699,13 @@ [email protected]:
26982699
version "3.0.84"
26992700
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63"
27002701

2701-
espree@^4.0.0:
2702-
version "4.0.0"
2703-
resolved "https://registry.yarnpkg.com/espree/-/espree-4.0.0.tgz#253998f20a0f82db5d866385799d912a83a36634"
2702+
espree@^5.0.0:
2703+
version "5.0.0"
2704+
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.0.tgz#fc7f984b62b36a0f543b13fb9cd7b9f4a7f5b65c"
27042705
dependencies:
2705-
acorn "^5.6.0"
2706-
acorn-jsx "^4.1.1"
2706+
acorn "^6.0.2"
2707+
acorn-jsx "^5.0.0"
2708+
eslint-visitor-keys "^1.0.0"
27072709

27082710
esprima@^3.1.3:
27092711
version "3.1.3"
@@ -3923,10 +3925,6 @@ is-relative@^1.0.0:
39233925
dependencies:
39243926
is-unc-path "^1.0.0"
39253927

3926-
is-resolvable@^1.1.0:
3927-
version "1.1.0"
3928-
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
3929-
39303928
is-retry-allowed@^1.0.0:
39313929
version "1.1.0"
39323930
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"

0 commit comments

Comments
 (0)