diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-01-18 14:40:34 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-01-18 14:40:34 +0900 |
| commit | 41dc729d95c473271dde5d0fab79fbc71b27eb6f (patch) | |
| tree | e0f92cbb1ef8d75be839ae1de39287862f3d6bb8 | |
| parent | Better 2FA input on sign in form (#3910) (diff) | |
| download | misskey-41dc729d95c473271dde5d0fab79fbc71b27eb6f.tar.gz misskey-41dc729d95c473271dde5d0fab79fbc71b27eb6f.tar.bz2 misskey-41dc729d95c473271dde5d0fab79fbc71b27eb6f.zip | |
Update @types/showdown requirement from 1.9.1 to 1.9.2 (#3912)
Updates the requirements on [@types/showdown](https://github.com/DefinitelyTyped/DefinitelyTyped) to permit the latest version.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)
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 49be6d0361..8cfe83ecf4 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/rimraf": "2.0.2", "@types/seedrandom": "2.4.27", "@types/sharp": "0.21.0", - "@types/showdown": "1.9.1", + "@types/showdown": "1.9.2", "@types/speakeasy": "2.0.3", "@types/systeminformation": "3.23.1", "@types/tinycolor2": "1.4.1", |