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.5.4
- [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.5.4)

Updates `typedoc` from 0.25.13 to 0.26.6
- [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.6)

---
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 Sep 1, 2024
1 parent 7104364 commit 6000f64
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 91 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.6",
"typedoc-plugin-extras": "3.0.0",
"typedoc-plugin-mdn-links": "^3.1.19",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"undici-types": "~6.9.0",
"zlib-sync": "^0.1.9"
},
Expand Down
Loading

0 comments on commit 6000f64

Please sign in to comment.