diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-03-17 00:05:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-17 00:05:06 +0900 |
| commit | 48a29fa918751d0454a47dfa6907dc429af4bd1c (patch) | |
| tree | a6a668c474b477dab6a0e19ba725a815f331f662 /package.json | |
| parent | fix(package): update @types/gulp-typescript to version 0.0.33 (diff) | |
| parent | Merge pull request #288 from syuilo/greenkeeper/@types/gulp-uglify-0.0.30 (diff) | |
| download | misskey-48a29fa918751d0454a47dfa6907dc429af4bd1c.tar.gz misskey-48a29fa918751d0454a47dfa6907dc429af4bd1c.tar.bz2 misskey-48a29fa918751d0454a47dfa6907dc429af4bd1c.zip | |
Merge branch 'master' into greenkeeper/@types/gulp-typescript-0.0.33
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 580cd6792a..00cc9efae9 100644 --- a/package.json +++ b/package.json @@ -32,16 +32,16 @@ "@types/debug": "0.0.29", "@types/elasticsearch": "5.0.13", "@types/escape-html": "0.0.19", - "@types/event-stream": "3.3.30", + "@types/event-stream": "3.3.31", "@types/express": "4.0.35", "@types/glob": "5.0.30", "@types/gm": "1.17.30", - "@types/gulp": "4.0.1", - "@types/gulp-mocha": "0.0.29", - "@types/gulp-rename": "0.0.31", - "@types/gulp-tslint": "3.6.30", "@types/gulp-typescript": "0.0.33", - "@types/gulp-uglify": "0.0.29", + "@types/gulp-tslint": "3.6.31", + "@types/gulp-rename": "0.0.32", + "@types/gulp-mocha": "0.0.30", + "@types/gulp": "4.0.2", + "@types/gulp-uglify": "0.0.30", "@types/gulp-util": "3.0.30", "@types/inquirer": "0.0.32", "@types/is-root": "1.0.0", |