diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-01-12 14:32:20 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-12 14:32:20 +0900 |
| commit | c509e0b86c044a7a9a324aa99ac1b41d01a0f664 (patch) | |
| tree | a385858db0544e0de56e353e962fe5ef0c267470 | |
| parent | Update chai-http requirement from 4.2.0 to 4.2.1 (#3856) (diff) | |
| parent | Update ts-loader requirement from 5.3.1 to 5.3.3 (diff) | |
| download | misskey-c509e0b86c044a7a9a324aa99ac1b41d01a0f664.tar.gz misskey-c509e0b86c044a7a9a324aa99ac1b41d01a0f664.tar.bz2 misskey-c509e0b86c044a7a9a324aa99ac1b41d01a0f664.zip | |
Update ts-loader requirement from 5.3.1 to 5.3.3 (#3854)
Updates the requirements on [ts-loader](https://github.com/TypeStrong/ts-loader) to permit the latest version.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/commits/v5.3.3)
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 60e5943f22..28bbba82ad 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "textarea-caret": "3.1.0", "tinycolor2": "1.4.1", "tmp": "0.0.33", - "ts-loader": "5.3.1", + "ts-loader": "5.3.3", "ts-node": "7.0.1", "tslint": "5.12.0", "tslint-sonarts": "1.8.0", |