Skip to content

Commit b65914c

Browse files
Update dependency typedoc to ^0.28.0 (#44)
Co-authored-by: David Goss <[email protected]>
1 parent f5b0f0b commit b65914c

File tree

3 files changed

+53
-45
lines changed

3 files changed

+53
-45
lines changed

package-lock.json

Lines changed: 52 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
"mocha": "^11.0.1",
6363
"prettier": "^3.4.2",
6464
"tsx": "^4.19.2",
65-
"typedoc": "^0.27.7",
66-
"typedoc-plugin-extras": "^4.0.0",
65+
"typedoc": "^0.28.0",
6766
"typescript": "^5.7.3"
6867
}
6968
}

typedoc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
2-
"customTitle": "cucumber-node",
32
"entryPoints": ["src/index.ts"],
4-
"footerLastModified": true,
53
"navigationLinks": {
64
"GitHub": "https://github.com/cucumber/cucumber-node"
75
},
86
"out": "./_site",
9-
"plugin": ["typedoc-plugin-extras"],
107
"readme": "none"
118
}

0 commit comments

Comments
 (0)