diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-03 17:48:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 17:48:05 +0200 |
commit | 49ff25e7d3c24520c6c3f1cb528ba537b7719fd0 (patch) | |
tree | e9bc7109f72e42783e3ce1a7d45b96341e1862c9 /src-vue/package.json | |
parent | cfff91b9cb707372bf2f67f19ebc8910a75ec0a2 (diff) | |
download | FlightCore-49ff25e7d3c24520c6c3f1cb528ba537b7719fd0.tar.gz FlightCore-49ff25e7d3c24520c6c3f1cb528ba537b7719fd0.zip |
chore: bump vue-i18n from 9.10.1 to 9.10.2 in /src-vue (#855)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.10.1 to 9.10.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.10.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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index 9c8e8360..0b6a76c6 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#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.4.21", - "vue-i18n": "^9.10.1", + "vue-i18n": "^9.10.2", "vue-router": "^4.3.0", "vuex": "^4.0.2" }, |