diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-01-29 16:12:44 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-01-29 17:10:16 +0900 |
| commit | f0f5b323008fad921bdc7ceea5a8bd5f2a31b03b (patch) | |
| tree | 348a9011c2368bf07ec99a10f0462acb35496d7d | |
| parent | Fix visibility test (#4031) (diff) | |
| download | misskey-f0f5b323008fad921bdc7ceea5a8bd5f2a31b03b.tar.gz misskey-f0f5b323008fad921bdc7ceea5a8bd5f2a31b03b.tar.bz2 misskey-f0f5b323008fad921bdc7ceea5a8bd5f2a31b03b.zip | |
Upgrade gulp version to 4.0.0
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 1fefcb7507..655c923656 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/double-ended-queue": "2.1.0", "@types/elasticsearch": "5.0.30", "@types/file-type": "10.6.0", - "@types/gulp": "3.8.36", + "@types/gulp": "4.0.5", "@types/gulp-mocha": "0.0.32", "@types/gulp-rename": "0.0.33", "@types/gulp-replace": "0.0.31", @@ -120,7 +120,7 @@ "feed": "2.0.2", "file-type": "10.7.0", "fuckadblock": "3.2.1", - "gulp": "3.9.1", + "gulp": "4.0.0", "gulp-cssnano": "2.1.3", "gulp-imagemin": "4.1.0", "gulp-mocha": "6.0.0", |