Skip to content

Commit

Permalink
chore(deps): update dependency typedoc to v0.27.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent 1b74966 commit a6a28a0
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 61 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
]
},
"peerDependencies": {
"typedoc": "^0.23.0"
"typedoc": "^0.23.0 || ^0.27.0"
},
"devDependencies": {
"husky": "^9.1.4",
Expand All @@ -66,7 +66,7 @@
"@commitlint/config-conventional": "^17.0.2",
"markdownlint-cli": "^0.41.0",
"typescript": "~5.5.0",
"typedoc": "^0.23.28",
"typedoc": "^0.27.0",
"conventional-changelog-cli": "^3.0.0",
"@knodes/typedoc-plugintestbed": "workspace:*",
"@knodes/typedoc-plugin-pages": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-code-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@knodes/typedoc-pluginutils": "~0.23.4"
},
"peerDependencies": {
"typedoc": "^0.23.0",
"typedoc": "^0.23.0 || ^0.27.0",
"minimatch": "^5.1.0 || ^8.0.0 || ^9.0.0"
},
"devDependencies": {
Expand All @@ -67,7 +67,7 @@
"jsdom": "^24.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.27.0",
"typescript": "~5.5.0",
"@types/minimatch": "^5.0.0",
"@types/marked": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@knodes/typedoc-pluginutils": "~0.23.4"
},
"peerDependencies": {
"typedoc": "^0.23.0",
"typedoc": "^0.23.0 || ^0.27.0",
"lunr": "^2.3.0"
},
"devDependencies": {
Expand All @@ -69,7 +69,7 @@
"jsdom": "^24.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.27.0",
"typescript": "~5.5.0",
"@types/fs-extra": "^11.0.0",
"@types/lunr": "^2.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugintestbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"unionfs": "^4.4.0"
},
"peerDependencies": {
"typedoc": "^0.23.0"
"typedoc": "^0.23.0 || ^0.27.0"
},
"devDependencies": {
"@knodes/eslint-config": "^1.6.5",
Expand All @@ -66,7 +66,7 @@
"jsdom": "^24.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.27.0",
"typescript": "~5.5.0",
"type-fest": "^4.0.0",
"@types/js-beautify": "^1.13.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/pluginutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"semver": "^7.3.5"
},
"peerDependencies": {
"typedoc": "^0.23.0"
"typedoc": "^0.23.0 || ^0.27.0"
},
"devDependencies": {
"@knodes/eslint-config": "^1.6.5",
Expand All @@ -78,7 +78,7 @@
"jsdom": "^24.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.27.0",
"typescript": "~5.5.0",
"@alex_neo/jest-expect-message": "^1.0.5",
"@types/semver": "^7.3.9",
Expand Down
109 changes: 60 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tools/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"typedoc": "^0.23.0"
"typedoc": "^0.23.0 || ^0.27.0"
},
"devDependencies": {
"@knodes/eslint-config": "^1.6.5",
Expand All @@ -57,7 +57,7 @@
"jsdom": "^24.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.23.28",
"typedoc": "^0.27.0",
"typescript": "~5.5.0"
}
}

0 comments on commit a6a28a0

Please sign in to comment.