diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-27 17:53:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 17:53:02 +0200 |
commit | 9bbc4fdd7268c5707d63001b056e094ef4d1af0d (patch) | |
tree | cb761c41a688fb3d93ce018d253df97463e12dc9 /src-vue/package.json | |
parent | 8c0a75333d6aca898095dffe181308a57791f650 (diff) | |
download | FlightCore-9bbc4fdd7268c5707d63001b056e094ef4d1af0d.tar.gz FlightCore-9bbc4fdd7268c5707d63001b056e094ef4d1af0d.zip |
chore: bump vue-i18n from 9.6.0 to 9.6.1 in /src-vue (#650)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.6.0 to 9.6.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.6.1/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 c0af96e8..3e6533ab 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -14,7 +14,7 @@ "marked": "^9.1.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.7", - "vue-i18n": "^9.6.0", + "vue-i18n": "^9.6.1", "vue-router": "^4.2.5", "vuex": "^4.0.2" }, |