aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-30 16:03:01 +0100
committerGitHub <noreply@github.com>2023-10-30 16:03:01 +0100
commitb593e74eaeff986e23ff015722ca067272c19d99 (patch)
treeb1b8238b5f1e843febdc8d608a734e06afef65b4 /src-vue/package.json
parent9bee95fac392ae58755bcbdcd1760e3cb6fcb4d0 (diff)
downloadFlightCore-b593e74eaeff986e23ff015722ca067272c19d99.tar.gz
FlightCore-b593e74eaeff986e23ff015722ca067272c19d99.zip
chore: bump vue-i18n from 9.6.1 to 9.6.2 in /src-vue (#653)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.6.1 to 9.6.2. - [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.2/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 3dcbef93..a6bc48dc 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -14,7 +14,7 @@
"marked": "^9.1.3",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.3.7",
- "vue-i18n": "^9.6.1",
+ "vue-i18n": "^9.6.2",
"vue-router": "^4.2.5",
"vuex": "^4.0.2"
},