diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-11 13:15:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 13:15:27 +0200 |
commit | 8101734d76d8221f7015d3501d33af31ff4adf24 (patch) | |
tree | 3abbaa1461315bb66668a2800ce71949ec024d05 /src-vue/package.json | |
parent | 9628ec718a4c0c7b24e3e63c0c5abbfee7f4aa77 (diff) | |
download | FlightCore-8101734d76d8221f7015d3501d33af31ff4adf24.tar.gz FlightCore-8101734d76d8221f7015d3501d33af31ff4adf24.zip |
chore: bump vue-i18n from 9.2.2 to 9.3.0 in /src-vue (#543)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.2.2 to 9.3.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.3.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 08cd2ecf..c02a094a 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -14,7 +14,7 @@ "marked": "^8.0.1", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.2.37", - "vue-i18n": "^9.2.2", + "vue-i18n": "^9.3.0", "vue-router": "^4.1.5", "vuex": "^4.0.2" }, |