Files
alfresco-ng2-components/tools/doc/package.json
T
dependabot[bot] c9e79e0f9f Bump markdown-it and markdownlint-cli in /tools/doc (#8576)
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) to 13.0.1 and updates ancestor dependency [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). These dependencies need to be updated together.


Updates `markdown-it` from 8.4.2 to 13.0.1
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/8.4.2...13.0.1)

Updates `markdownlint-cli` from 0.16.0 to 0.34.0
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.16.0...v0.34.0)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: indirect
- dependency-name: markdownlint-cli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 09:08:50 +01:00

37 lines
910 B
JSON

{
"name": "adf-doc-tools",
"description": "ADF doc tools",
"version": "4.2.0",
"author": "Hyland Software, Inc. and its affiliates",
"scripts": {},
"dependencies": {
"@alfresco/js-api": "5.5.0-780",
"ejs": "^3.1.6",
"fast-levenshtein": "^3.0.0",
"graphql": "^15.4.0",
"graphql-request": "^3.1.0",
"js-yaml": "3.14.1",
"markdownlint-cli": "^0.34.0",
"mdast": "2.3.2",
"mdast-util-compact": "1.0.3",
"mdast-util-heading-range": "2.1.3",
"mdast-util-toc": "2.1.0",
"mdast-zone": "3.0.4",
"moment": "2.29.2",
"remark": "^9.0.0",
"remark-frontmatter": "^1.2.0",
"rxjs": "^6.6.6",
"typedoc": "^0.15.0",
"typescript": "3.9.8",
"unist-util-select": "2.0.0"
},
"devDependencies": {
"@paperist/types-remark": "0.1.3",
"@types/node": "^14.14.26"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
}
}