diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-12-04 08:29:00 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-12-04 08:29:00 +0900 |
| commit | 5bfc6b654744b9d9649c70611029da5077a5690f (patch) | |
| tree | c5071cacf61888aa5e6c0ce8e0ae8edb7e3c1f6e /package.json | |
| parent | Update vuedraggable requirement from 2.16.0 to 2.17.0 (#3491) (diff) | |
| download | misskey-5bfc6b654744b9d9649c70611029da5077a5690f.tar.gz misskey-5bfc6b654744b9d9649c70611029da5077a5690f.tar.bz2 misskey-5bfc6b654744b9d9649c70611029da5077a5690f.zip | |
Update typescript-eslint-parser requirement from 21.0.1 to 21.0.2 (#3492)
Updates the requirements on [typescript-eslint-parser](https://github.com/eslint/typescript-eslint-parser) to permit the latest version.
- [Release notes](https://github.com/eslint/typescript-eslint-parser/releases)
- [Changelog](https://github.com/eslint/typescript-eslint-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/typescript-eslint-parser/commits/v21.0.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
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 02817ab482..1b0446fc35 100644 --- a/package.json +++ b/package.json @@ -214,7 +214,7 @@ "ts-node": "7.0.1", "tslint": "5.10.0", "typescript": "3.1.6", - "typescript-eslint-parser": "21.0.1", + "typescript-eslint-parser": "21.0.2", "uglify-es": "3.3.9", "url-loader": "1.1.2", "uuid": "3.3.2", |