diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-01-22 08:08:02 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-22 08:08:02 +0900 |
| commit | f2f3d4beec00b290bf607234415ff36f149db908 (patch) | |
| tree | 0752b41e3864dd4306ab9c58f45128cd5e72b072 | |
| parent | Update vue-loader requirement from 15.4.2 to 15.5.1 (#3952) (diff) | |
| download | misskey-f2f3d4beec00b290bf607234415ff36f149db908.tar.gz misskey-f2f3d4beec00b290bf607234415ff36f149db908.tar.bz2 misskey-f2f3d4beec00b290bf607234415ff36f149db908.zip | |
Update typescript requirement from 3.2.2 to 3.2.4 (#3953)
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits/v3.2.4)
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 1ed92e8762..f1d18957d2 100644 --- a/package.json +++ b/package.json @@ -216,7 +216,7 @@ "ts-node": "7.0.1", "tslint": "5.12.0", "tslint-sonarts": "1.8.0", - "typescript": "3.2.2", + "typescript": "3.2.4", "typescript-eslint-parser": "21.0.2", "uglify-es": "3.3.9", "url-loader": "1.1.2", |