diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-15 16:44:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 16:44:00 +0200 |
commit | 3e8c207e60bbcd566e95804e932d2b3e3bcfc2e5 (patch) | |
tree | 5fd1626647ba66816d8722bb133f2e9825b59941 /src-vue/package.json | |
parent | 2847cf1349c1c7bb709cc08d0bb1acb4d3b5b4ae (diff) | |
download | FlightCore-3e8c207e60bbcd566e95804e932d2b3e3bcfc2e5.tar.gz FlightCore-3e8c207e60bbcd566e95804e932d2b3e3bcfc2e5.zip |
chore: bump vue-i18n from 9.10.2 to 9.12.1 in /src-vue (#895)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.10.2 to 9.12.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.12.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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index 104c9b33..a7dce8d3 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#v1", "vue": "^3.4.21", - "vue-i18n": "^9.10.2", + "vue-i18n": "^9.12.1", "vue-router": "^4.3.0", "vuex": "^4.0.2" }, |