aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-25 00:56:43 +0200
committerGitHub <noreply@github.com>2023-10-25 00:56:43 +0200
commitbcf6b1039239671645a2674890300d34b79ce6fc (patch)
tree25a9838538812ca283f8e71267e0efceb279dce1 /src-vue/package.json
parent07e1694cb19ebe504554b039e3fd70d27fbfdc01 (diff)
downloadFlightCore-bcf6b1039239671645a2674890300d34b79ce6fc.tar.gz
FlightCore-bcf6b1039239671645a2674890300d34b79ce6fc.zip
chore: bump vue-tsc from 1.8.19 to 1.8.20 in /src-vue (#642)
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/vue-tsc) from 1.8.19 to 1.8.20. - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/v1.8.20/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v1.8.20/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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json
index bb9db156..694a0178 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.8.19"
+ "vue-tsc": "^1.8.20"
}
}