Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7ed7d4

Browse files
committed
build(plugin-typescript): upgrade eslint-docs
1 parent 9246448 commit d7ed7d4

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

packages/eslint-plugin-typescript/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"engines": {
1212
"node": ">=6"
1313
},
14-
"repository": "typescript-eslint/typescript-eslint",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/typescript-eslint/typescript-eslint.git"
17+
},
1518
"bugs": {
1619
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
1720
},
@@ -29,10 +32,17 @@
2932
},
3033
"devDependencies": {
3134
"eslint": "^5.9.0",
32-
"eslint-docs": "^0.2.6"
35+
"eslint-docs": "^0.3.0"
3336
},
3437
"peerDependencies": {
3538
"eslint": ">=4.13.1 < 6",
3639
"typescript": "~3.2.1"
37-
}
40+
},
41+
"homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
42+
"directories": {
43+
"doc": "docs",
44+
"lib": "lib",
45+
"test": "tests"
46+
},
47+
"author": ""
3848
}

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,14 @@ cli-cursor@^2.0.0, cli-cursor@^2.1.0:
16721672
dependencies:
16731673
restore-cursor "^2.0.0"
16741674

1675+
cli-diff@^1.0.0:
1676+
version "1.0.0"
1677+
resolved "https://registry.yarnpkg.com/cli-diff/-/cli-diff-1.0.0.tgz#c56f1fa17849a629bf07154a2bd199aefe742964"
1678+
integrity sha512-XOVrll4VMhxBv26WqV6OH9cWqRxBXthh3uZ3dtg+CLqB8m0R6QJiSoDIXQNXDAeo/FAkQ+kF9Ph8NhQskU3LpQ==
1679+
dependencies:
1680+
chalk "^2.4.1"
1681+
diff "^3.5.0"
1682+
16751683
cli-spinners@^1.1.0:
16761684
version "1.3.1"
16771685
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-1.3.1.tgz#002c1990912d0d59580c93bd36c056de99e4259a"
@@ -2353,14 +2361,15 @@ escodegen@^1.9.1:
23532361
optionalDependencies:
23542362
source-map "~0.6.1"
23552363

2356-
eslint-docs@^0.2.6:
2357-
version "0.2.7"
2358-
resolved "https://registry.yarnpkg.com/eslint-docs/-/eslint-docs-0.2.7.tgz#f208c3420fa2613f215a8daf5b9d75e9e7aa29ea"
2359-
integrity sha512-ylCFv96SW3aaWBrMFA7gai5tYntFXjy25CWNZWlAvamKCl7OYCTUfdUI40eAkO+3taxhGhTwCnIMHnwWwBxeYw==
2364+
eslint-docs@^0.3.0:
2365+
version "0.3.0"
2366+
resolved "https://registry.yarnpkg.com/eslint-docs/-/eslint-docs-0.3.0.tgz#ac807ba84845235baa8683ef16f64c228d6eb352"
2367+
integrity sha512-IPMvDqhO//u14GGpwoZ63SBUT4iIaB5O5BS304gHAjNCpv26Dalv0s8PiNxJKz8qPWG5GD1vVJHt9Yq9wXSwJw==
23602368
dependencies:
23612369
chalk "^2.4.1"
2370+
cli-diff "^1.0.0"
23622371
detect-newline "^2.1.0"
2363-
diff "^3.5.0"
2372+
indent-string "^3.2.0"
23642373
mz "^2.7.0"
23652374
ora "^3.0.0"
23662375
read-pkg-up "^4.0.0"
@@ -3398,7 +3407,7 @@ indent-string@^2.1.0:
33983407
dependencies:
33993408
repeating "^2.0.0"
34003409

3401-
indent-string@^3.0.0:
3410+
indent-string@^3.0.0, indent-string@^3.2.0:
34023411
version "3.2.0"
34033412
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
34043413
integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=

0 commit comments

Comments
 (0)