diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-05 17:45:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 17:45:03 +0200 |
commit | 9e483179c4e96de1fcd718705e619836254b03d1 (patch) | |
tree | 82317f4170772c6f64af3adfca143ec90dd5811c /src-vue/package.json | |
parent | 9b971fccf582c1975893fb37c6dcd29e44193b9e (diff) | |
download | FlightCore-9e483179c4e96de1fcd718705e619836254b03d1.tar.gz FlightCore-9e483179c4e96de1fcd718705e619836254b03d1.zip |
chore: bump typescript from 4.9.5 to 5.2.2 in /src-vue (#532)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
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 61210f75..0a752a20 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@types/marked": "^6.0.0", "@vitejs/plugin-vue": "^3.1.0", - "typescript": "^4.6.4", + "typescript": "^5.2.2", "vite": "^3.1.0", "vue-tsc": "^1.0.0" } |