aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-03 16:36:51 +0100
committerGitHub <noreply@github.com>2024-03-03 16:36:51 +0100
commit17b9964c938d4411701c71f52ca38058128dac11 (patch)
treefef845697ca66b0050f21e1efe4958f53c05634f /src-vue/package.json
parent43c8ad00105d4c6aae982ead833af7e46f96af27 (diff)
downloadFlightCore-17b9964c938d4411701c71f52ca38058128dac11.tar.gz
FlightCore-17b9964c938d4411701c71f52ca38058128dac11.zip
chore: bump vue-i18n from 9.9.1 to 9.10.1 in /src-vue (#830)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.9.1 to 9.10.1. - [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.10.1/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 5819c201..d752b52d 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -14,7 +14,7 @@
"marked": "^12.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.4.21",
- "vue-i18n": "^9.9.1",
+ "vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"vuex": "^4.0.2"
},