Skip to content

Commit 65a469a

Browse files
authored
Merge pull request #36 from ticky/renovate/eslint-4.x
Update dependency eslint to v4.19.1
2 parents 0cd1682 + 83a0385 commit 65a469a

File tree

2 files changed

+36
-33
lines changed

2 files changed

+36
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"babel-preset-react": "6.24.1",
5353
"codemirror": "5.39.2",
5454
"css-loader": "0.28.9",
55-
"eslint": "4.16.0",
55+
"eslint": "4.19.1",
5656
"eslint-plugin-react": "7.5.1",
5757
"extract-text-webpack-plugin": "3.0.2",
5858
"file-loader": "0.11.2",

yarn.lock

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,9 @@ acorn@^5.0.0:
106106
version "5.0.3"
107107
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d"
108108

109-
acorn@^5.2.1:
110-
version "5.3.0"
111-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.3.0.tgz#7446d39459c54fb49a80e6ee6478149b940ec822"
112-
113-
ajv-keywords@^1.0.0:
114-
version "1.5.1"
115-
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"
109+
acorn@^5.5.0:
110+
version "5.7.1"
111+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.1.tgz#f095829297706a7c9776958c0afc8930a9b9d9d8"
116112

117113
ajv-keywords@^2.0.0:
118114
version "2.1.0"
@@ -122,7 +118,7 @@ ajv-keywords@^2.1.0:
122118
version "2.1.1"
123119
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
124120

125-
ajv@^4.7.0, ajv@^4.9.1:
121+
ajv@^4.9.1:
126122
version "4.11.8"
127123
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
128124
dependencies:
@@ -138,7 +134,7 @@ ajv@^5.0.0, ajv@^5.1.5:
138134
json-schema-traverse "^0.3.0"
139135
json-stable-stringify "^1.0.1"
140136

141-
ajv@^5.3.0:
137+
ajv@^5.2.3, ajv@^5.3.0:
142138
version "5.5.2"
143139
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
144140
dependencies:
@@ -2502,9 +2498,9 @@ eslint-visitor-keys@^1.0.0:
25022498
version "1.0.0"
25032499
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
25042500

2505-
eslint@4.16.0:
2506-
version "4.16.0"
2507-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.16.0.tgz#934ada9e98715e1d7bbfd6f6f0519ed2fab35cc1"
2501+
eslint@4.19.1:
2502+
version "4.19.1"
2503+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
25082504
dependencies:
25092505
ajv "^5.3.0"
25102506
babel-code-frame "^6.22.0"
@@ -2515,7 +2511,7 @@ [email protected]:
25152511
doctrine "^2.1.0"
25162512
eslint-scope "^3.7.1"
25172513
eslint-visitor-keys "^1.0.0"
2518-
espree "^3.5.2"
2514+
espree "^3.5.4"
25192515
esquery "^1.0.0"
25202516
esutils "^2.0.2"
25212517
file-entry-cache "^2.0.0"
@@ -2537,18 +2533,19 @@ [email protected]:
25372533
path-is-inside "^1.0.2"
25382534
pluralize "^7.0.0"
25392535
progress "^2.0.0"
2536+
regexpp "^1.0.1"
25402537
require-uncached "^1.0.3"
25412538
semver "^5.3.0"
25422539
strip-ansi "^4.0.0"
25432540
strip-json-comments "~2.0.1"
2544-
table "^4.0.1"
2541+
table "4.0.2"
25452542
text-table "~0.2.0"
25462543

2547-
espree@^3.5.2:
2548-
version "3.5.2"
2549-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca"
2544+
espree@^3.5.4:
2545+
version "3.5.4"
2546+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
25502547
dependencies:
2551-
acorn "^5.2.1"
2548+
acorn "^5.5.0"
25522549
acorn-jsx "^3.0.0"
25532550

25542551
esprima@^2.6.0, esprima@^2.7.1:
@@ -4721,7 +4718,7 @@ lodash.uniq@^4.5.0:
47214718
version "4.5.0"
47224719
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
47234720

4724-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
4721+
lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
47254722
version "4.17.4"
47264723
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
47274724

@@ -6181,6 +6178,10 @@ regex-not@^1.0.0:
61816178
dependencies:
61826179
extend-shallow "^2.0.1"
61836180

6181+
regexpp@^1.0.1:
6182+
version "1.1.0"
6183+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"
6184+
61846185
regexpu-core@^1.0.0:
61856186
version "1.0.0"
61866187
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
@@ -6540,9 +6541,11 @@ slash@^1.0.0:
65406541
version "1.0.0"
65416542
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
65426543

6543-
6544-
version "0.0.4"
6545-
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
6544+
6545+
version "1.0.0"
6546+
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"
6547+
dependencies:
6548+
is-fullwidth-code-point "^2.0.0"
65466549

65476550
snapdragon-node@^2.0.1:
65486551
version "2.1.1"
@@ -6810,7 +6813,7 @@ string-width@^2.0.0:
68106813
is-fullwidth-code-point "^2.0.0"
68116814
strip-ansi "^4.0.0"
68126815

6813-
string-width@^2.1.0:
6816+
string-width@^2.1.0, string-width@^2.1.1:
68146817
version "2.1.1"
68156818
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
68166819
dependencies:
@@ -6945,16 +6948,16 @@ symbol-tree@^3.2.1:
69456948
version "3.2.2"
69466949
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
69476950

6948-
table@^4.0.1:
6949-
version "4.0.1"
6950-
resolved "https://registry.yarnpkg.com/table/-/table-4.0.1.tgz#a8116c133fac2c61f4a420ab6cdf5c4d61f0e435"
6951+
6952+
version "4.0.2"
6953+
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
69516954
dependencies:
6952-
ajv "^4.7.0"
6953-
ajv-keywords "^1.0.0"
6954-
chalk "^1.1.1"
6955-
lodash "^4.0.0"
6956-
slice-ansi "0.0.4"
6957-
string-width "^2.0.0"
6955+
ajv "^5.2.3"
6956+
ajv-keywords "^2.1.0"
6957+
chalk "^2.1.0"
6958+
lodash "^4.17.4"
6959+
slice-ansi "1.0.0"
6960+
string-width "^2.1.1"
69586961

69596962
tapable@^0.2.7:
69606963
version "0.2.8"

0 commit comments

Comments
 (0)