Skip to content

Commit e5d2c44

Browse files
committed
upgrade typedoc
1 parent a9c0d2f commit e5d2c44

File tree

3 files changed

+53
-44
lines changed

3 files changed

+53
-44
lines changed

api-docs-gen/package-lock.json

+48-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-docs-gen/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
},
88
"license": "Apache-2.0",
99
"dependencies": {
10-
"@knodes/typedoc-plugin-pages": "^0.23.1",
10+
"@knodes/typedoc-plugin-pages": "^0.23.4",
1111
"d3": "^7.8.2",
1212
"docco": "^0.9.1",
1313
"prettier": "^2.8.7",
14-
"typedoc": "^0.23.27"
14+
"typedoc": "^0.23.28"
1515
}
1616
}

api-docs-gen/typedoc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"source": "docs-src",
1414
"pages": [
1515
{
16-
"title": "dc@v5 Migration Guide",
16+
"name": "dc@v5 Migration Guide",
1717
"source": "dc-v5-upgrade-guide.md"
1818
},
1919
{
20-
"title": "dc@v4 Migration Guide",
20+
"name": "dc@v4 Migration Guide",
2121
"source": "dc-v4-upgrade-guide.md"
2222
},
2323
{
24-
"title": "dc@v3 Migration Guide",
24+
"name": "dc@v3 Migration Guide",
2525
"source": "dc-v3-upgrade-guide.md"
2626
}
2727
]

0 commit comments

Comments
 (0)