diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-17 14:15:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 14:15:55 +0100 |
commit | d2e0eb0de23f6ebb3cd3a67b30b9d48268622c9e (patch) | |
tree | bf7e90c879d9f097421e39bc561316322e4ca767 /src-vue/package.json | |
parent | 6658c7e7be0c29b3d3386869e78fc708084f2b88 (diff) | |
download | FlightCore-d2e0eb0de23f6ebb3cd3a67b30b9d48268622c9e.tar.gz FlightCore-d2e0eb0de23f6ebb3cd3a67b30b9d48268622c9e.zip |
chore: bump vue-i18n from 9.8.0 to 9.9.0 in /src-vue (#741)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.8.0 to 9.9.0.
- [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.9.0/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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index 72142e58..40a57a72 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -14,7 +14,7 @@ "marked": "^11.1.1", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.8", - "vue-i18n": "^9.8.0", + "vue-i18n": "^9.9.0", "vue-router": "^4.2.5", "vuex": "^4.0.2" }, |