Skip to content

Commit

Permalink
preset-lint-consistent: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 30, 2020
1 parent 6dce69c commit 382bfba
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/remark-preset-lint-consistent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
"index.js"
],
"dependencies": {
"remark-lint": "^6.0.0",
"remark-lint-blockquote-indentation": "^1.0.0",
"remark-lint-checkbox-character-style": "^1.0.0",
"remark-lint-code-block-style": "^1.0.0",
"remark-lint-emphasis-marker": "^1.0.0",
"remark-lint-fenced-code-marker": "^1.0.0",
"remark-lint-heading-style": "^1.0.0",
"remark-lint-link-title-style": "^1.0.0",
"remark-lint-list-item-content-indent": "^1.0.0",
"remark-lint-ordered-list-marker-style": "^1.0.0",
"remark-lint-rule-style": "^1.0.0",
"remark-lint-strong-marker": "^1.0.0",
"remark-lint-table-cell-padding": "^1.0.0"
"remark-lint": "^7.0.0",
"remark-lint-blockquote-indentation": "^2.0.0",
"remark-lint-checkbox-character-style": "^2.0.0",
"remark-lint-code-block-style": "^2.0.0",
"remark-lint-emphasis-marker": "^2.0.0",
"remark-lint-fenced-code-marker": "^2.0.0",
"remark-lint-heading-style": "^2.0.0",
"remark-lint-link-title-style": "^2.0.0",
"remark-lint-list-item-content-indent": "^2.0.0",
"remark-lint-ordered-list-marker-style": "^2.0.0",
"remark-lint-rule-style": "^2.0.0",
"remark-lint-strong-marker": "^2.0.0",
"remark-lint-table-cell-padding": "^2.0.0"
},
"xo": false
}

0 comments on commit 382bfba

Please sign in to comment.