summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-08-14 08:21:25 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2018-08-14 08:21:25 +0900
commitbde20a1a651fca49cd2fe1806cba758602d7626c (patch)
treeb0d20d660da9f16435b9e5da4412ca21c88682e6 /package.json
parentMerge pull request #2199 from syuilo/patch-2176 (diff)
downloadmisskey-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.json2
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",