diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-23 01:39:19 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-23 01:39:19 +0200 |
commit | 4c47d67e635118336d1fac442d0a8263fee8ae6e (patch) | |
tree | 05c7afc310a2e4d6263764ffd6c546460f1ecb26 /docs/package.json | |
parent | 8ed556df6203d0d9dd438db2034006edf49b6547 (diff) | |
download | zmk-4c47d67e635118336d1fac442d0a8263fee8ae6e.tar.gz zmk-4c47d67e635118336d1fac442d0a8263fee8ae6e.zip |
chore(deps-dev): bump typescript from 5.5.4 to 5.6.3 in /docs (#2581)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 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](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.3)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/package.json')
-rw-r--r-- | docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json index 8897f6d22b..da3211a9e2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -62,7 +62,7 @@ "prebuild-webpack-plugin": "^1.1.1", "prettier": "^3.3.3", "string-replace-loader": "^3.1.0", - "typescript": "^5.0.4", + "typescript": "^5.6.3", "webpack": "^5.95.0" } } |