diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-06 14:29:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 14:29:26 +0200 |
commit | 26922bc656f698a924938c660d120aad51720663 (patch) | |
tree | 59017c3637008c94d3914d823e35d4f632840a7a /src-vue/package.json | |
parent | 7466eefcc3f90281db2d07ad1046d9266428950c (diff) | |
download | FlightCore-26922bc656f698a924938c660d120aad51720663.tar.gz FlightCore-26922bc656f698a924938c660d120aad51720663.zip |
chore: bump vue-tsc from 1.8.8 to 1.8.15 in /src-vue (#584)
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/vue-tsc) from 1.8.8 to 1.8.15.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v1.8.15/packages/vue-tsc)
---
updated-dependencies:
- dependency-name: vue-tsc
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 0a752a20..efbf26fa 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -23,6 +23,6 @@ "@vitejs/plugin-vue": "^3.1.0", "typescript": "^5.2.2", "vite": "^3.1.0", - "vue-tsc": "^1.0.0" + "vue-tsc": "^1.8.15" } } |