1
0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2024-06-10 01:49:50 +02:00
cwa-documentation/package.json
dependabot[bot] a4ff9ddf15
Bump trim and alex
Removes [trim](https://github.com/Trott/trim). It's no longer used after updating ancestor dependency [alex](https://github.com/get-alex/alex). These dependencies need to be updated together.


Removes `trim`

Updates `alex` from 8.2.0 to 10.0.0
- [Release notes](https://github.com/get-alex/alex/releases)
- [Commits](https://github.com/get-alex/alex/compare/8.2.0...10.0.0)

---
updated-dependencies:
- dependency-name: trim
  dependency-type: indirect
- dependency-name: alex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 09:14:28 +00:00

29 lines
814 B
JSON

{
"name": "docs",
"version": "1.1.0",
"description": "Corona-Warn-App: Documentation repository",
"main": "README.md",
"dependencies": {
"alex": "^10.0.0",
"markdown-link-check": "~3.8.7",
"markdownlint": "^0.26.2",
"markdownlint-cli": "^0.32.2",
"npm-run-all": "^4.1.5"
},
"scripts": {
"test": "run-s markdownlint checklinks",
"markdownlint": "markdownlint '**/*.md' --ignore node_modules",
"checklinks": "find . -not -path \"*node_modules*\" -not -path \"*.github*\" -name \"*.md\" | xargs -n 1 markdown-link-check",
"detect-inconsiderate-language": "alex"
},
"repository": {
"type": "git",
"url": "git@github.com:corona-warn-app/cwa-documentation.git"
},
"keywords": [
"docs"
],
"author": "Johannes Amorosa",
"license": "Apache-2.0"
}