Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit 4ff7c4e

Browse files
committed
chore(deps): update dependency eslint to v4.19.0
1 parent c9643c5 commit 4ff7c4e

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

Diff for: basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"devDependencies": {
6-
"eslint": "4.18.1",
6+
"eslint": "4.19.0",
77
"eslint-config-airbnb": "16.1.0",
88
"eslint-config-airbnb-base": "12.1.0",
99
"eslint-plugin-import": "2.9.0",

Diff for: basic/yarn.lock

+18-13
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ acorn@^5.0.0, acorn@^5.3.0:
137137
version "5.4.0"
138138
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.4.0.tgz#51c581c9d4b1943dda59a3e73bcf02661ac727ea"
139139

140-
acorn@^5.4.0:
141-
version "5.4.1"
142-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.4.1.tgz#fdc58d9d17f4a4e98d102ded826a9b9759125102"
140+
acorn@^5.5.0:
141+
version "5.5.3"
142+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
143143

144144
agent-base@2, agent-base@^2.1.1:
145145
version "2.1.1"
@@ -2209,9 +2209,9 @@ eslint-visitor-keys@^1.0.0:
22092209
version "1.0.0"
22102210
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
22112211

2212-
eslint@4.18.1:
2213-
version "4.18.1"
2214-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.18.1.tgz#b9138440cb1e98b2f44a0d578c6ecf8eae6150b0"
2212+
eslint@4.19.0:
2213+
version "4.19.0"
2214+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.0.tgz#9e900efb5506812ac374557034ef6f5c3642fc4c"
22152215
dependencies:
22162216
ajv "^5.3.0"
22172217
babel-code-frame "^6.22.0"
@@ -2222,7 +2222,7 @@ [email protected]:
22222222
doctrine "^2.1.0"
22232223
eslint-scope "^3.7.1"
22242224
eslint-visitor-keys "^1.0.0"
2225-
espree "^3.5.2"
2225+
espree "^3.5.4"
22262226
esquery "^1.0.0"
22272227
esutils "^2.0.2"
22282228
file-entry-cache "^2.0.0"
@@ -2244,18 +2244,19 @@ [email protected]:
22442244
path-is-inside "^1.0.2"
22452245
pluralize "^7.0.0"
22462246
progress "^2.0.0"
2247+
regexpp "^1.0.1"
22472248
require-uncached "^1.0.3"
22482249
semver "^5.3.0"
22492250
strip-ansi "^4.0.0"
22502251
strip-json-comments "~2.0.1"
2251-
table "^4.0.1"
2252+
table "4.0.2"
22522253
text-table "~0.2.0"
22532254

2254-
espree@^3.5.2:
2255-
version "3.5.3"
2256-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.3.tgz#931e0af64e7fbbed26b050a29daad1fc64799fa6"
2255+
espree@^3.5.4:
2256+
version "3.5.4"
2257+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
22572258
dependencies:
2258-
acorn "^5.4.0"
2259+
acorn "^5.5.0"
22592260
acorn-jsx "^3.0.0"
22602261

22612262
[email protected], esprima@^3.1.3:
@@ -5485,6 +5486,10 @@ regex-cache@^0.4.2:
54855486
dependencies:
54865487
is-equal-shallow "^0.1.3"
54875488

5489+
regexpp@^1.0.1:
5490+
version "1.0.1"
5491+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.0.1.tgz#d857c3a741dce075c2848dcb019a0a975b190d43"
5492+
54885493
regexpu-core@^2.0.0:
54895494
version "2.0.0"
54905495
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"
@@ -6221,7 +6226,7 @@ sync-exec@~0.6.x:
62216226
version "0.6.2"
62226227
resolved "https://registry.yarnpkg.com/sync-exec/-/sync-exec-0.6.2.tgz#717d22cc53f0ce1def5594362f3a89a2ebb91105"
62236228

6224-
table@^4.0.1:
6229+
62256230
version "4.0.2"
62266231
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
62276232
dependencies:

0 commit comments

Comments
 (0)