diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-04-01 19:57:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-01 19:57:09 +0900 |
| commit | c4056ed78561befcc8d3bb539fe62cff39ae19cd (patch) | |
| tree | 9c471e7ab9de0e9a8eb69c6004297be11f101bd8 | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| parent | fix(package): update bootstrap-vue to version 2.0.0-rc.4 (diff) | |
| download | misskey-c4056ed78561befcc8d3bb539fe62cff39ae19cd.tar.gz misskey-c4056ed78561befcc8d3bb539fe62cff39ae19cd.tar.bz2 misskey-c4056ed78561befcc8d3bb539fe62cff39ae19cd.zip | |
Merge pull request #1354 from syuilo/greenkeeper/bootstrap-vue-2.0.0-rc.4
fix(package): update bootstrap-vue to version 2.0.0-rc.4
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 14c89927ee..d5fa1f3cbb 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "autwh": "0.0.1", "bcryptjs": "2.4.3", "body-parser": "1.18.2", - "bootstrap-vue": "2.0.0-rc.1", + "bootstrap-vue": "2.0.0-rc.4", "cafy": "3.2.1", "chai": "4.1.2", "chai-http": "4.0.0", |