diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-20 12:16:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 12:16:55 +0100 |
commit | dbe230e837dfeeabb74d2ca45f12ad9acafe94b2 (patch) | |
tree | 619e31739adeaa38847fc589812e031cb8a43610 /src-vue/package.json | |
parent | 2fd8a99fcdd4d0c40221e1234b7f10299fad27dc (diff) | |
download | FlightCore-dbe230e837dfeeabb74d2ca45f12ad9acafe94b2.tar.gz FlightCore-dbe230e837dfeeabb74d2ca45f12ad9acafe94b2.zip |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-vue/package.json')
-rw-r--r-- | src-vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index 79e0ed6a..be8d155f 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^3.1.0", - "typescript": "^5.5.4", + "typescript": "^5.6.3", "vite": "^3.1.0", "vue-tsc": "^2.1.10" } |