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

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 3257c90

Browse files
committed
chore(deps): update dependency markdownlint-cli to v0.7.0
1 parent 8d58450 commit 3257c90

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"husky": "0.14.3",
102102
"jest": "22.1.4",
103103
"lint-staged": "6.1.0",
104-
"markdownlint-cli": "0.6.0",
104+
"markdownlint-cli": "0.7.0",
105105
"opn": "5.2.0",
106106
"prettier": "1.10.2",
107107
"raf": "3.4.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4685,9 +4685,13 @@ lodash.cond@^4.3.0:
46854685
version "4.5.2"
46864686
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
46874687

4688-
lodash.flatten@~4.3.0:
4689-
version "4.3.0"
4690-
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.3.0.tgz#e5ec4efe87efc59ce52f917cba8bf160636469cf"
4688+
lodash.difference@~4.5.0:
4689+
version "4.5.0"
4690+
resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c"
4691+
4692+
lodash.flatten@~4.4.0:
4693+
version "4.4.0"
4694+
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
46914695

46924696
lodash.flattendeep@^4.4.0:
46934697
version "4.4.0"
@@ -4750,10 +4754,6 @@ lodash.upperfirst@^4.2.0:
47504754
version "4.3.1"
47514755
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
47524756

4753-
lodash.values@~4.2.0:
4754-
version "4.2.0"
4755-
resolved "https://registry.yarnpkg.com/lodash.values/-/lodash.values-4.2.0.tgz#932625f7d2c954b63db895255548f3b49f120e9a"
4756-
47574757
lodash@^4.0.0, lodash@^4.11.2, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.6.1:
47584758
version "4.17.4"
47594759
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
@@ -4825,9 +4825,9 @@ map-obj@^1.0.0, map-obj@^1.0.1:
48254825
version "1.0.1"
48264826
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
48274827

4828-
markdown-it@8.3.2:
4829-
version "8.3.2"
4830-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.3.2.tgz#df4b86530d17c3bc9beec3b68d770b92ea17ae96"
4828+
markdown-it@8.4.0:
4829+
version "8.4.0"
4830+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.0.tgz#e2400881bf171f7018ed1bd9da441dac8af6306d"
48314831
dependencies:
48324832
argparse "^1.0.7"
48334833
entities "~1.1.1"
@@ -4848,23 +4848,23 @@ markdown-to-ast@~3.4.0:
48484848
structured-source "^3.0.2"
48494849
traverse "^0.6.6"
48504850

4851-
markdownlint-cli@0.6.0:
4852-
version "0.6.0"
4853-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.6.0.tgz#f712e814d2909ea757724a31ccd96dabc21554ef"
4851+
markdownlint-cli@0.7.0:
4852+
version "0.7.0"
4853+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.7.0.tgz#7c50be2366f91b56cddfcb6dbcea6ab886a757d4"
48544854
dependencies:
48554855
commander "~2.9.0"
48564856
deep-extend "~0.4.1"
48574857
glob "~7.0.3"
4858-
lodash.flatten "~4.3.0"
4859-
lodash.values "~4.2.0"
4860-
markdownlint "~0.6.4"
4858+
lodash.difference "~4.5.0"
4859+
lodash.flatten "~4.4.0"
4860+
markdownlint "~0.7.0"
48614861
rc "~1.1.6"
48624862

4863-
markdownlint@~0.6.4:
4864-
version "0.6.4"
4865-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.6.4.tgz#7fa77e0d8c1b1c3ed7978761ce664bd23e7328ef"
4863+
markdownlint@~0.7.0:
4864+
version "0.7.0"
4865+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.7.0.tgz#5e128439b12a5a0b0718c1029cc38ac231aa5064"
48664866
dependencies:
4867-
markdown-it "8.3.2"
4867+
markdown-it "8.4.0"
48684868

48694869
marked@^0.3.6:
48704870
version "0.3.12"

0 commit comments

Comments
 (0)