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 5.4.5 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.6.3)

Updates `typedoc` from 0.25.13 to 0.26.10
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.13...v0.26.10)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
- 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 Oct 26, 2024
1 parent 9ca907f commit ca7cb9b
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 87 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"fzstd": "^0.1.1",
"pako": "^2.1.0",
"rimraf": "^6.0.1",
"typedoc": "~0.25.13",
"typedoc": "~0.26.10",
"typedoc-plugin-extras": "~3.0.0",
"typedoc-plugin-mdn-links": "^3.3.4",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "~5.4.5",
"typescript": "~5.6.3",
"undici-types": "^5.28.4",
"zlib-sync": "^0.1.9"
},
Expand Down
Loading

0 comments on commit ca7cb9b

Please sign in to comment.