Skip to content

Commit f8569db

Browse files
authored
Merge pull request #105 from ticky/renovate/eslint-5.x
Update dependency eslint to v5.15.0
2 parents b71038c + dd3add0 commit f8569db

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.44.0",
5454
"css-loader": "2.1.0",
55-
"eslint": "5.14.1",
55+
"eslint": "5.15.0",
5656
"eslint-plugin-react": "7.5.1",
5757
"extract-text-webpack-plugin": "3.0.2",
5858
"file-loader": "3.0.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2723,9 +2723,9 @@ [email protected]:
27232723
esrecurse "^4.1.0"
27242724
estraverse "^4.1.1"
27252725

2726-
eslint-scope@^4.0.0:
2727-
version "4.0.0"
2728-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
2726+
eslint-scope@^4.0.2:
2727+
version "4.0.2"
2728+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
27292729
dependencies:
27302730
esrecurse "^4.1.0"
27312731
estraverse "^4.1.1"
@@ -2738,17 +2738,17 @@ eslint-visitor-keys@^1.0.0:
27382738
version "1.0.0"
27392739
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
27402740

2741-
eslint@5.14.1:
2742-
version "5.14.1"
2743-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba"
2741+
eslint@5.15.0:
2742+
version "5.15.0"
2743+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0.tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e"
27442744
dependencies:
27452745
"@babel/code-frame" "^7.0.0"
27462746
ajv "^6.9.1"
27472747
chalk "^2.1.0"
27482748
cross-spawn "^6.0.5"
27492749
debug "^4.0.1"
27502750
doctrine "^3.0.0"
2751-
eslint-scope "^4.0.0"
2751+
eslint-scope "^4.0.2"
27522752
eslint-utils "^1.3.1"
27532753
eslint-visitor-keys "^1.0.0"
27542754
espree "^5.0.1"

0 commit comments

Comments
 (0)