Skip to content

Commit d37fe90

Browse files
authored
Merge pull request #84 from ticky/renovate/eslint-5.x
Update dependency eslint to v5.10.0
2 parents 5837c01 + 57919e9 commit d37fe90

File tree

2 files changed

+17
-23
lines changed

2 files changed

+17
-23
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"babel-preset-react": "6.24.1",
5353
"codemirror": "5.42.0",
5454
"css-loader": "1.0.1",
55-
"eslint": "5.9.0",
55+
"eslint": "5.10.0",
5656
"eslint-plugin-react": "7.5.1",
5757
"extract-text-webpack-plugin": "3.0.2",
5858
"file-loader": "2.0.0",

yarn.lock

+16-22
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,9 @@ acorn-globals@^3.1.0:
118118
dependencies:
119119
acorn "^4.0.4"
120120

121-
acorn-jsx@^4.1.1:
122-
version "4.1.1"
123-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-4.1.1.tgz#e8e41e48ea2fe0c896740610ab6a4ffd8add225e"
124-
dependencies:
125-
acorn "^5.0.3"
121+
acorn-jsx@^5.0.0:
122+
version "5.0.1"
123+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
126124

127125
acorn@^4.0.3, acorn@^4.0.4:
128126
version "4.0.13"
@@ -132,9 +130,9 @@ acorn@^5.0.0:
132130
version "5.0.3"
133131
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d"
134132

135-
acorn@^5.0.3, acorn@^5.6.0:
136-
version "5.7.3"
137-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
133+
acorn@^6.0.2:
134+
version "6.0.4"
135+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
138136

139137
ajv-errors@^1.0.0:
140138
version "1.0.0"
@@ -2734,9 +2732,9 @@ eslint-visitor-keys@^1.0.0:
27342732
version "1.0.0"
27352733
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
27362734

2737-
eslint@5.9.0:
2738-
version "5.9.0"
2739-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.9.0.tgz#b234b6d15ef84b5849c6de2af43195a2d59d408e"
2735+
eslint@5.10.0:
2736+
version "5.10.0"
2737+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.10.0.tgz#24adcbe92bf5eb1fc2d2f2b1eebe0c5e0713903a"
27402738
dependencies:
27412739
"@babel/code-frame" "^7.0.0"
27422740
ajv "^6.5.3"
@@ -2747,7 +2745,7 @@ [email protected]:
27472745
eslint-scope "^4.0.0"
27482746
eslint-utils "^1.3.1"
27492747
eslint-visitor-keys "^1.0.0"
2750-
espree "^4.0.0"
2748+
espree "^5.0.0"
27512749
esquery "^1.0.1"
27522750
esutils "^2.0.2"
27532751
file-entry-cache "^2.0.0"
@@ -2757,7 +2755,6 @@ [email protected]:
27572755
ignore "^4.0.6"
27582756
imurmurhash "^0.1.4"
27592757
inquirer "^6.1.0"
2760-
is-resolvable "^1.1.0"
27612758
js-yaml "^3.12.0"
27622759
json-stable-stringify-without-jsonify "^1.0.1"
27632760
levn "^0.3.0"
@@ -2777,12 +2774,13 @@ [email protected]:
27772774
table "^5.0.2"
27782775
text-table "^0.2.0"
27792776

2780-
espree@^4.0.0:
2781-
version "4.0.0"
2782-
resolved "https://registry.yarnpkg.com/espree/-/espree-4.0.0.tgz#253998f20a0f82db5d866385799d912a83a36634"
2777+
espree@^5.0.0:
2778+
version "5.0.0"
2779+
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.0.tgz#fc7f984b62b36a0f543b13fb9cd7b9f4a7f5b65c"
27832780
dependencies:
2784-
acorn "^5.6.0"
2785-
acorn-jsx "^4.1.1"
2781+
acorn "^6.0.2"
2782+
acorn-jsx "^5.0.0"
2783+
eslint-visitor-keys "^1.0.0"
27862784

27872785
esprima@^2.7.1:
27882786
version "2.7.3"
@@ -4445,10 +4443,6 @@ is-relative@^0.1.0:
44454443
version "0.1.3"
44464444
resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-0.1.3.tgz#905fee8ae86f45b3ec614bc3c15c869df0876e82"
44474445

4448-
is-resolvable@^1.1.0:
4449-
version "1.1.0"
4450-
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
4451-
44524446
is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0:
44534447
version "1.1.0"
44544448
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"

0 commit comments

Comments
 (0)