aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-02 13:19:32 +0100
committerGitHub <noreply@github.com>2023-11-02 13:19:32 +0100
commit531c77d1ec9631ad22f191f5995c33df9d583ecd (patch)
treebebd3c8a00b10839937e3810891bf5125c3e61c0 /src-vue/package.json
parent9d5c00ea81eeccba1e889f27986993f1452edb45 (diff)
downloadFlightCore-531c77d1ec9631ad22f191f5995c33df9d583ecd.tar.gz
FlightCore-531c77d1ec9631ad22f191f5995c33df9d583ecd.zip
chore: bump vue-i18n from 9.6.2 to 9.6.4 in /src-vue (#658)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.6.2 to 9.6.4. - [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.6.4/packages/vue-i18n) --- updated-dependencies: - dependency-name: vue-i18n dependency-type: direct:production 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 a2a843fc..10101b84 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -14,7 +14,7 @@
"marked": "^9.1.5",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.3.7",
- "vue-i18n": "^9.6.2",
+ "vue-i18n": "^9.6.4",
"vue-router": "^4.2.5",
"vuex": "^4.0.2"
},