Updated to typedoc 0.21

This commit is contained in:
tgreyuk
2021-06-18 13:39:23 +01:00
parent 6af8242f90
commit fe0618857a
2 changed files with 1465 additions and 1525 deletions

View File

@@ -16,30 +16,29 @@
"pretest": "yarn run build",
"test": "lerna run test --parallel",
"deploy": "lerna publish from-package",
"postinstall": "lerna bootstrap",
"version": "lerna version"
"postinstall": "lerna bootstrap"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.1",
"@types/node": "^15.12.2",
"@types/progress": "^2.0.3",
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"copyfiles": "^2.4.1",
"cuid": "^2.1.8",
"eslint": "^7.25.0",
"eslint": "^7.28.0",
"fs-extra": "^10.0.0",
"jest": "^26.6.3",
"jest": "^27.0.4",
"lerna": "^4.0.0",
"markdownlint": "^0.23.1",
"markdownlint-cli": "^0.27.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"prettier": "^2.3.1",
"tmp": "^0.2.1",
"ts-jest": "^26.5.5",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
"ts-jest": "^27.0.3",
"typedoc": "^0.21.0",
"typescript": "^4.3.4"
}
}

2969
yarn.lock

File diff suppressed because it is too large Load Diff