aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-21 00:45:11 +0100
committerGitHub <noreply@github.com>2023-11-21 00:45:11 +0100
commit862f08e90bf7aa460d44901d8bba872fc31c8e1e (patch)
treefd37fb4c904c55203b1b7e76e5b5c72f28dc7fed /src-vue/package.json
parent415fb0db645e1f96683002ff78bb1f65a8d92d59 (diff)
downloadFlightCore-862f08e90bf7aa460d44901d8bba872fc31c8e1e.tar.gz
FlightCore-862f08e90bf7aa460d44901d8bba872fc31c8e1e.zip
chore: bump vue-i18n from 9.6.5 to 9.7.0 in /src-vue (#679)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.6.5 to 9.7.0. - [Release notes](https://github.com/intlify/vue-i18n-next/releases) - [Changelog](https://github.com/intlify/vue-i18n-next/blob/master/CHANGELOG.md) - [Commits](https://github.com/intlify/vue-i18n-next/commits/v9.7.0/packages/vue-i18n) --- updated-dependencies: - dependency-name: vue-i18n dependency-type: direct:production 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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json
index d9a8271a..9929ef82 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -14,7 +14,7 @@
"marked": "^10.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.3.8",
- "vue-i18n": "^9.6.5",
+ "vue-i18n": "^9.7.0",
"vue-router": "^4.2.5",
"vuex": "^4.0.2"
},