Skip to content

Commit 7e32e8c

Browse files
build(deps-dev): bump typedoc from 0.21.9 to 0.22.4 (#387)
* build(deps-dev): bump typedoc from 0.21.9 to 0.22.4 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.21.9 to 0.22.4. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.21.9...v0.22.4) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * docs: remove toc option Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Justin Poehnelt <[email protected]>
1 parent 3ffcd5b commit 7e32e8c

File tree

3 files changed

+20
-67
lines changed

3 files changed

+20
-67
lines changed

package-lock.json

Lines changed: 19 additions & 65 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"rollup-plugin-typescript2": "^0.30.0",
5757
"selenium-webdriver": "^4.0.0-alpha.7",
5858
"ts-jest": "^26.5.2",
59-
"typedoc": "^0.21.0",
59+
"typedoc": "^0.22.4",
6060
"typescript": "^4.2.2"
6161
},
6262
"publishConfig": {

typedoc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ module.exports = {
2020
name: "@googlemaps/js-api-loader",
2121
excludePrivate: true,
2222
excludeExternals: true,
23-
toc: ["Loader", "LoaderOptions"],
2423
};

0 commit comments

Comments
 (0)