Skip to content

Commit

Permalink
build(deps-dev): bump typedoc from 0.21.9 to 0.22.4 (#387)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* docs: remove toc option

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Poehnelt <jpoehnelt@google.com>
  • Loading branch information
dependabot[bot] and jpoehnelt committed Sep 20, 2021
1 parent 3ffcd5b commit 7e32e8c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 67 deletions.
84 changes: 19 additions & 65 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"rollup-plugin-typescript2": "^0.30.0",
"selenium-webdriver": "^4.0.0-alpha.7",
"ts-jest": "^26.5.2",
"typedoc": "^0.21.0",
"typedoc": "^0.22.4",
"typescript": "^4.2.2"
},
"publishConfig": {
Expand Down
1 change: 0 additions & 1 deletion typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ module.exports = {
name: "@googlemaps/js-api-loader",
excludePrivate: true,
excludeExternals: true,
toc: ["Loader", "LoaderOptions"],
};

0 comments on commit 7e32e8c

Please sign in to comment.