aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 17:43:50 +0200
committerGitHub <noreply@github.com>2024-05-13 17:43:50 +0200
commit4690d80ff0c9310a7bd4eb09acb21af16c923f55 (patch)
tree30461ae3078ef430dbcc37e23305638259271e9f /src-vue/package.json
parent685dd078371123b289bd346c235ff0de929540d6 (diff)
downloadFlightCore-4690d80ff0c9310a7bd4eb09acb21af16c923f55.tar.gz
FlightCore-4690d80ff0c9310a7bd4eb09acb21af16c923f55.zip
chore: bump vue-i18n from 9.12.1 to 9.13.1 in /src-vue (#908)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.12.1 to 9.13.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.13.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 a7dce8d3..c827dde6 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -14,7 +14,7 @@
"marked": "^12.0.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"vue": "^3.4.21",
- "vue-i18n": "^9.12.1",
+ "vue-i18n": "^9.13.1",
"vue-router": "^4.3.0",
"vuex": "^4.0.2"
},