aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-14 23:18:12 +0200
committerGitHub <noreply@github.com>2023-09-14 23:18:12 +0200
commit38cea071b7502f80a307df293bc7011a2869de7c (patch)
treeb5caa9ae4e1ec274d3938f827d7d697aa6c40bef /src-vue/package.json
parent3687e57feddc3682b06dff3cbe5505ed6f35c0f6 (diff)
downloadFlightCore-38cea071b7502f80a307df293bc7011a2869de7c.tar.gz
FlightCore-38cea071b7502f80a307df293bc7011a2869de7c.zip
chore: bump vue-i18n from 9.3.0 to 9.4.1 in /src-vue (#567)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.3.0 to 9.4.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.4.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 c4b5f7f5..c2c2cfcf 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -14,7 +14,7 @@
"marked": "^9.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.2.37",
- "vue-i18n": "^9.3.0",
+ "vue-i18n": "^9.4.1",
"vue-router": "^4.1.5",
"vuex": "^4.0.2"
},