diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-02-13 14:46:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-02-13 14:46:41 +0900 |
| commit | 0303bccc61a230e062335b01df0509e2e6e0d668 (patch) | |
| tree | 65afb9b65dcdc763507457aee33cc87ae8d0cc68 | |
| parent | よく話すユーザーからサスペンドされたユーザーを隠す... (diff) | |
| download | misskey-0303bccc61a230e062335b01df0509e2e6e0d668.tar.gz misskey-0303bccc61a230e062335b01df0509e2e6e0d668.tar.bz2 misskey-0303bccc61a230e062335b01df0509e2e6e0d668.zip | |
Update vue-i18n requirement from 8.8.0 to 8.8.1 (#4235)
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.8.1)
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 5e48d213ef..ea1332dd6f 100644 --- a/package.json +++ b/package.json @@ -233,7 +233,7 @@ "vue-color": "2.7.0", "vue-content-loading": "1.5.3", "vue-cropperjs": "3.0.0", - "vue-i18n": "8.8.0", + "vue-i18n": "8.8.1", "vue-js-modal": "1.3.28", "vue-loader": "15.6.2", "vue-marquee-text-component": "1.1.1", |