Skip to content

Commit 0fa9af4

Browse files
authored
Merge pull request #92 from ticky/renovate/eslint-5.x
Update dependency eslint to v5.12.0
2 parents 98d4a1f + 7d3f121 commit 0fa9af4

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
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.11.1",
55+
"eslint": "5.12.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: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,20 +1519,14 @@ cacheable-request@^2.1.1:
15191519
normalize-url "2.0.1"
15201520
responselike "1.0.2"
15211521

1522-
caller-path@^0.1.0:
1523-
version "0.1.0"
1524-
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f"
1525-
dependencies:
1526-
callsites "^0.2.0"
1527-
1528-
callsites@^0.2.0:
1529-
version "0.2.0"
1530-
resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca"
1531-
15321522
callsites@^2.0.0:
15331523
version "2.0.0"
15341524
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
15351525

1526+
callsites@^3.0.0:
1527+
version "3.0.0"
1528+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.0.0.tgz#fb7eb569b72ad7a45812f93fd9430a3e410b3dd3"
1529+
15361530
camelcase-keys@^2.0.0:
15371531
version "2.1.0"
15381532
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
@@ -2746,9 +2740,9 @@ eslint-visitor-keys@^1.0.0:
27462740
version "1.0.0"
27472741
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
27482742

2749-
eslint@5.11.1:
2750-
version "5.11.1"
2751-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.11.1.tgz#8deda83db9f354bf9d3f53f9677af7e0e13eadda"
2743+
eslint@5.12.0:
2744+
version "5.12.0"
2745+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.0.tgz#fab3b908f60c52671fb14e996a450b96c743c859"
27522746
dependencies:
27532747
"@babel/code-frame" "^7.0.0"
27542748
ajv "^6.5.3"
@@ -2767,6 +2761,7 @@ [email protected]:
27672761
glob "^7.1.2"
27682762
globals "^11.7.0"
27692763
ignore "^4.0.6"
2764+
import-fresh "^3.0.0"
27702765
imurmurhash "^0.1.4"
27712766
inquirer "^6.1.0"
27722767
js-yaml "^3.12.0"
@@ -2781,7 +2776,6 @@ [email protected]:
27812776
pluralize "^7.0.0"
27822777
progress "^2.0.0"
27832778
regexpp "^2.0.1"
2784-
require-uncached "^1.0.3"
27852779
semver "^5.5.1"
27862780
strip-ansi "^4.0.0"
27872781
strip-json-comments "^2.0.1"
@@ -4088,6 +4082,13 @@ imagemin@^5.3.1:
40884082
pify "^2.3.0"
40894083
replace-ext "^1.0.0"
40904084

4085+
import-fresh@^3.0.0:
4086+
version "3.0.0"
4087+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390"
4088+
dependencies:
4089+
parent-module "^1.0.0"
4090+
resolve-from "^4.0.0"
4091+
40914092
import-lazy@^3.1.0:
40924093
version "3.1.0"
40934094
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc"
@@ -5999,6 +6000,12 @@ parallel-transform@^1.1.0:
59996000
inherits "^2.0.3"
60006001
readable-stream "^2.1.5"
60016002

6003+
parent-module@^1.0.0:
6004+
version "1.0.0"
6005+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.0.tgz#df250bdc5391f4a085fb589dad761f5ad6b865b5"
6006+
dependencies:
6007+
callsites "^3.0.0"
6008+
60026009
parse-asn1@^5.0.0:
60036010
version "5.1.0"
60046011
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.0.tgz#37c4f9b7ed3ab65c74817b5f2480937fbf97c712"
@@ -6688,13 +6695,6 @@ require-main-filename@^1.0.1:
66886695
version "1.0.1"
66896696
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
66906697

6691-
require-uncached@^1.0.3:
6692-
version "1.0.3"
6693-
resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3"
6694-
dependencies:
6695-
caller-path "^0.1.0"
6696-
resolve-from "^1.0.0"
6697-
66986698
66996699
version "1.0.0"
67006700
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
@@ -6705,14 +6705,14 @@ resolve-cwd@^2.0.0:
67056705
dependencies:
67066706
resolve-from "^3.0.0"
67076707

6708-
resolve-from@^1.0.0:
6709-
version "1.0.1"
6710-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226"
6711-
67126708
resolve-from@^3.0.0:
67136709
version "3.0.0"
67146710
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
67156711

6712+
resolve-from@^4.0.0:
6713+
version "4.0.0"
6714+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
6715+
67166716
resolve-url@^0.2.1:
67176717
version "0.2.1"
67186718
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

0 commit comments

Comments
 (0)