Skip to content

Commit 0c89dc6

Browse files
authored
build: allow breaking change when updating typedoc for documentation builds (#2122)
1 parent 3e5e4c6 commit 0c89dc6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ updates:
146146
docusaurus:
147147
patterns:
148148
- "@docusaurus/*"
149+
- "docusaurus-plugin-typedoc"
150+
- "typedoc"
151+
- "typedoc-plugin-markdown"
149152
slack:
150153
patterns:
151154
- "@slack/*"

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@docusaurus/types": "3.6.3",
3030
"@tsconfig/recommended": "^1.0.8",
3131
"docusaurus-plugin-typedoc": "^1.0.5",
32-
"typedoc": "^0.26.11",
32+
"typedoc": ">=0.26.11",
3333
"typedoc-plugin-markdown": "^4.2.10"
3434
},
3535
"browserslist": {

0 commit comments

Comments
 (0)