diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-01-03 08:37:44 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-03 08:37:44 +0900 |
| commit | 866d4cd59a2cffe58e29ced0fc00fb9575568dc3 (patch) | |
| tree | b251713631a247bd5b75489fc5b851d0619480d3 | |
| parent | Update apexcharts requirement from 2.4.2 to 2.5.1 (#3826) (diff) | |
| download | misskey-866d4cd59a2cffe58e29ced0fc00fb9575568dc3.tar.gz misskey-866d4cd59a2cffe58e29ced0fc00fb9575568dc3.tar.bz2 misskey-866d4cd59a2cffe58e29ced0fc00fb9575568dc3.zip | |
Update vue-i18n requirement from 8.3.2 to 8.6.0 (#3821)
Updates the requirements on [vue-i18n](https://github.com/kazupon/vue-i18n) to permit the latest version.
- [Release notes](https://github.com/kazupon/vue-i18n/releases)
- [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/kazupon/vue-i18n/commits/v8.6.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cd29eb7275..96e9644952 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,7 @@ "vue-color": "2.7.0", "vue-content-loading": "1.5.3", "vue-cropperjs": "3.0.0", - "vue-i18n": "8.3.2", + "vue-i18n": "8.6.0", "vue-js-modal": "1.3.28", "vue-loader": "15.4.2", "vue-marquee-text-component": "1.1.0", |