Skip to content

Commit fb5c28f

Browse files
authored
Merge pull request #82 from known-css/renovate/eslint-5.x
Update dependency eslint to v5.15.0
2 parents 738487c + 57d9139 commit fb5c28f

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
@@ -48,7 +48,7 @@
4848
"homepage": "https://github.com/known-css/known-css-properties#readme",
4949
"devDependencies": {
5050
"axios": "0.18.0",
51-
"eslint": "5.14.1",
51+
"eslint": "5.15.0",
5252
"globby": "9.1.0",
5353
"lodash.sortby": "4.7.0",
5454
"lodash.uniq": "4.5.0"

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ escape-string-regexp@^1.0.5:
336336
version "1.0.5"
337337
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
338338

339-
eslint-scope@^4.0.0:
340-
version "4.0.0"
341-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
339+
eslint-scope@^4.0.2:
340+
version "4.0.2"
341+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
342342
dependencies:
343343
esrecurse "^4.1.0"
344344
estraverse "^4.1.1"
@@ -351,17 +351,17 @@ eslint-visitor-keys@^1.0.0:
351351
version "1.0.0"
352352
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
353353

354-
eslint@5.14.1:
355-
version "5.14.1"
356-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba"
354+
eslint@5.15.0:
355+
version "5.15.0"
356+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0.tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e"
357357
dependencies:
358358
"@babel/code-frame" "^7.0.0"
359359
ajv "^6.9.1"
360360
chalk "^2.1.0"
361361
cross-spawn "^6.0.5"
362362
debug "^4.0.1"
363363
doctrine "^3.0.0"
364-
eslint-scope "^4.0.0"
364+
eslint-scope "^4.0.2"
365365
eslint-utils "^1.3.1"
366366
eslint-visitor-keys "^1.0.0"
367367
espree "^5.0.1"

0 commit comments

Comments
 (0)