diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-11-16 05:49:21 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-16 05:49:21 +0900 |
| commit | 84152aa6635e12d9bbcc73705e2a993199c21fe3 (patch) | |
| tree | 88d032a8c42e57432dcce4e1d5c046de62a0bc5e /package.json | |
| parent | Update showdown requirement from 1.8.7 to 1.9.0 (#3252) (diff) | |
| download | misskey-84152aa6635e12d9bbcc73705e2a993199c21fe3.tar.gz misskey-84152aa6635e12d9bbcc73705e2a993199c21fe3.tar.bz2 misskey-84152aa6635e12d9bbcc73705e2a993199c21fe3.zip | |
Update typescript-eslint-parser requirement from 20.1.1 to 21.0.0 (#3237)
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.0)
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 fb0a03492e..cb18cde795 100644 --- a/package.json +++ b/package.json @@ -207,7 +207,7 @@ "ts-node": "7.0.1", "tslint": "5.10.0", "typescript": "3.1.6", - "typescript-eslint-parser": "20.1.1", + "typescript-eslint-parser": "21.0.0", "uglify-es": "3.3.9", "url-loader": "1.1.2", "uuid": "3.3.2", |