Skip to content

Commit a8ee079

Browse files
authored
Merge pull request #95 from ticky/renovate/eslint-5.x
Update dependency eslint to v5.13.0
2 parents 2984c23 + 297fb92 commit a8ee079

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
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.42.2",
5454
"css-loader": "1.0.1",
55-
"eslint": "5.12.1",
55+
"eslint": "5.13.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: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,9 +2740,9 @@ eslint-visitor-keys@^1.0.0:
27402740
version "1.0.0"
27412741
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
27422742

2743-
eslint@5.12.1:
2744-
version "5.12.1"
2745-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.1.tgz#5ca9931fb9029d04e7be92b03ce3b58edfac7e3b"
2743+
eslint@5.13.0:
2744+
version "5.13.0"
2745+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.13.0.tgz#ce71cc529c450eed9504530939aa97527861ede9"
27462746
dependencies:
27472747
"@babel/code-frame" "^7.0.0"
27482748
ajv "^6.5.3"
@@ -2773,7 +2773,6 @@ [email protected]:
27732773
natural-compare "^1.4.0"
27742774
optionator "^0.8.2"
27752775
path-is-inside "^1.0.2"
2776-
pluralize "^7.0.0"
27772776
progress "^2.0.0"
27782777
regexpp "^2.0.1"
27792778
semver "^5.5.1"
@@ -6151,10 +6150,6 @@ pkg-dir@^3.0.0:
61516150
dependencies:
61526151
find-up "^3.0.0"
61536152

6154-
pluralize@^7.0.0:
6155-
version "7.0.0"
6156-
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
6157-
61586153
pngquant-bin@^5.0.0:
61596154
version "5.0.0"
61606155
resolved "https://registry.yarnpkg.com/pngquant-bin/-/pngquant-bin-5.0.0.tgz#91df99c15b0492cb30b001746a10a67d3202509e"

0 commit comments

Comments
 (0)