1
0
Fork 0

chore(deps): update dependency remark-preset-lint-consistent to v2.0.3

This commit is contained in:
Renovate Bot 2019-06-23 07:13:42 +00:00 committed by renovate[bot]
parent 1b09046f09
commit 5e74db90ed
3 changed files with 11 additions and 11 deletions

12
docs/package-lock.json generated
View file

@ -9143,9 +9143,9 @@
}
},
"remark-lint-checkbox-character-style": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/remark-lint-checkbox-character-style/-/remark-lint-checkbox-character-style-1.0.2.tgz",
"integrity": "sha512-8hTvHHGj0Ko5Qx9RjBVj9yPO/pOpSFzWVMvszyhZkuH/uy92bab/bmfUwl0/4f8gqsxqyRS/QC/Sp+KivWvYlw==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/remark-lint-checkbox-character-style/-/remark-lint-checkbox-character-style-1.0.3.tgz",
"integrity": "sha512-bQGrGHLlguTxOzuywHtYxNcg58TYhNgeEAMCTvdAggt5bYZIwmh/otx51JsQ0a96qxd/6/G0Ri2xzgyxf9wB8w==",
"dev": true,
"requires": {
"unified-lint-rule": "^1.0.0",
@ -9773,9 +9773,9 @@
}
},
"remark-preset-lint-consistent": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/remark-preset-lint-consistent/-/remark-preset-lint-consistent-2.0.2.tgz",
"integrity": "sha512-BF1cjGga/ed9YJhB/k45ArJHwnzQoNy0oUJYK2j0qJmZxpDqF1w2nOJuqB5MXOobGVAg6chNKTaLhEeuF2hXSA==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/remark-preset-lint-consistent/-/remark-preset-lint-consistent-2.0.3.tgz",
"integrity": "sha512-mrtGznAikgXvBwgQdkT3LAWn47wQGvFs9IsLuBjNluv9JnCqkt2CpOG5htlES5aB3YnVdxzSS7AntF5iNxSlpA==",
"dev": true,
"requires": {
"remark-lint": "^6.0.0",

View file

@ -59,7 +59,7 @@
"remark-cli": "5.0.0",
"remark-frontmatter": "1.3.2",
"remark-lint-no-trailing-spaces": "2.0.1",
"remark-preset-lint-consistent": "2.0.2",
"remark-preset-lint-consistent": "2.0.3",
"remark-preset-lint-markdown-style-guide": "2.1.2",
"remark-preset-lint-recommended": "3.0.2",
"remark-reference-links": "4.0.4",

View file

@ -7118,10 +7118,10 @@ remark-parse@^6.0.0:
vfile-location "^2.0.0"
xtend "^4.0.1"
remark-preset-lint-consistent@2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/remark-preset-lint-consistent/-/remark-preset-lint-consistent-2.0.2.tgz#2538db9ce9f9d89f018d9c2359e953eca7b1886e"
integrity sha512-BF1cjGga/ed9YJhB/k45ArJHwnzQoNy0oUJYK2j0qJmZxpDqF1w2nOJuqB5MXOobGVAg6chNKTaLhEeuF2hXSA==
remark-preset-lint-consistent@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/remark-preset-lint-consistent/-/remark-preset-lint-consistent-2.0.3.tgz#6417496d1f3a8dcf883e051a7080f7b6f55e5131"
integrity sha512-mrtGznAikgXvBwgQdkT3LAWn47wQGvFs9IsLuBjNluv9JnCqkt2CpOG5htlES5aB3YnVdxzSS7AntF5iNxSlpA==
dependencies:
remark-lint "^6.0.0"
remark-lint-blockquote-indentation "^1.0.0"