diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2017-11-28 18:09:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-28 18:09:27 +0900 |
| commit | 251cfca3d80549526df9e43c84681bb0cc958c04 (patch) | |
| tree | 188a90b1243ae417f0abc721619759458a113499 /package.json | |
| parent | typo (diff) | |
| parent | fix(package): update typescript to version 2.6.2 (diff) | |
| download | misskey-251cfca3d80549526df9e43c84681bb0cc958c04.tar.gz misskey-251cfca3d80549526df9e43c84681bb0cc958c04.tar.bz2 misskey-251cfca3d80549526df9e43c84681bb0cc958c04.zip | |
Merge pull request #950 from syuilo/greenkeeper/typescript-2.6.2
Update typescript to the latest version 🚀
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7260167403..a885687a03 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "tmp": "0.0.33", "ts-node": "3.3.0", "tslint": "5.8.0", - "typescript": "2.6.1", + "typescript": "2.6.2", "uglify-es": "3.2.0", "uglifyjs-webpack-plugin": "1.1.1", "uuid": "3.1.0", |