diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-08-14 08:21:25 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-08-14 08:21:25 +0900 |
| commit | bde20a1a651fca49cd2fe1806cba758602d7626c (patch) | |
| tree | b0d20d660da9f16435b9e5da4412ca21c88682e6 /package.json | |
| parent | Merge pull request #2199 from syuilo/patch-2176 (diff) | |
| download | misskey-bde20a1a651fca49cd2fe1806cba758602d7626c.tar.gz misskey-bde20a1a651fca49cd2fe1806cba758602d7626c.tar.bz2 misskey-bde20a1a651fca49cd2fe1806cba758602d7626c.zip | |
Use deque instead of linked list
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 9f49a572bf..80c0bc53c2 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "@types/dateformat": "1.0.1", "@types/debug": "0.0.30", "@types/deep-equal": "1.0.1", + "@types/double-ended-queue": "2.1.0", "@types/elasticsearch": "5.0.25", "@types/file-type": "5.2.1", "@types/gulp": "3.8.36", @@ -97,6 +98,7 @@ "deepcopy": "0.6.3", "diskusage": "0.2.4", "dompurify": "1.0.5", + "double-ended-queue": "2.1.0-0", "elasticsearch": "15.1.1", "element-ui": "2.4.6", "emojilib": "2.3.0", |