chore(deps): update dependency typedoc to ^0.25.0 (#10)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-08-29 09:37:23 +03:00
committed by GitHub
parent 90e469feac
commit c62c3cc441
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^14.0.0", "lint-staged": "^14.0.0",
"openapi-typescript": "^6.2.4", "openapi-typescript": "^6.2.4",
"typedoc": "^0.24.8" "typedoc": "^0.25.0"
} }
}, },
"node_modules/@ivuorinen/prettier-config": { "node_modules/@ivuorinen/prettier-config": {
@@ -1562,24 +1562,24 @@
} }
}, },
"node_modules/typedoc": { "node_modules/typedoc": {
"version": "0.24.8", "version": "0.25.0",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.24.8.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.0.tgz",
"integrity": "sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==", "integrity": "sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"lunr": "^2.3.9", "lunr": "^2.3.9",
"marked": "^4.3.0", "marked": "^4.3.0",
"minimatch": "^9.0.0", "minimatch": "^9.0.3",
"shiki": "^0.14.1" "shiki": "^0.14.1"
}, },
"bin": { "bin": {
"typedoc": "bin/typedoc" "typedoc": "bin/typedoc"
}, },
"engines": { "engines": {
"node": ">= 14.14" "node": ">= 16"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x" "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x"
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {

View File

@@ -22,7 +22,7 @@
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^14.0.0", "lint-staged": "^14.0.0",
"openapi-typescript": "^6.2.4", "openapi-typescript": "^6.2.4",
"typedoc": "^0.24.8" "typedoc": "^0.25.0"
}, },
"lint-staged": { "lint-staged": {
"**/*": "prettier --write --ignore-unknown" "**/*": "prettier --write --ignore-unknown"