home-assistant.io/package.json
dependabot[bot] 48e7874c94
build(deps-dev): bump remark-lint-fenced-code-flag from 4.1.1 to 4.2.0 (#38470)
Bumps [remark-lint-fenced-code-flag](https://github.com/remarkjs/remark-lint) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/compare/remark-lint-table-cell-padding@4.1.1...remark-lint-fenced-code-flag@4.2.0)

---
updated-dependencies:
- dependency-name: remark-lint-fenced-code-flag
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-10 16:33:15 +02:00

32 lines
1.1 KiB
JSON

{
"name": "home-assistant.io",
"description": "Home Assistant Website & Documentation",
"version": "1.0.0",
"devDependencies": {
"remark-cli": "^12.0.1",
"remark-frontmatter": "^5.0.0",
"remark-lint": "^10.0.1",
"remark-lint-fenced-code-flag": "^4.2.0",
"remark-lint-heading-increment": "^4.0.1",
"remark-lint-heading-style": "^4.0.1",
"remark-lint-no-shell-dollars": "^4.0.1",
"remark-lint-ordered-list-marker-style": "^4.0.1",
"remark-lint-ordered-list-marker-value": "^4.0.1",
"remark-lint-prohibited-strings": "^4.0.0",
"remark-lint-unordered-list-marker-style": "^4.0.1",
"remark-stringify": "^11.0.0",
"textlint": "^14.6.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^5.0.13"
},
"resolutions": {
"minimist": ">=1.2.5"
},
"scripts": {
"markdown:lint": "remark --quiet --frail .",
"textlint:all": "textlint source",
"textlint": "textlint source/_docs source/_faq source/_integrations source/_dashboards source/cloud source/getting-started source/hassio source/dashboards"
}
}