Skip to content

Commit

Permalink
Bump typescript and typedoc
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) and [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies needed to be updated together.

Updates `typescript` from 4.5.4 to 5.0.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.5.4...v5.0.4)

Updates `typedoc` from 0.22.10 to 0.24.7
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.22.10...v0.24.7)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 8, 2023
1 parent d91487f commit fdffeaf
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 6,171 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"debug": "^4.3.2",
"replace-in-files": "^3.0.0",
"tslib": "^2.5.0",
"typedoc": "^0.22.10",
"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "^3.11.8",
"typescript": "^4.4.4"
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit fdffeaf

Please sign in to comment.