summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2021-08-16 17:44:43 +0900
committerGitHub <noreply@github.com>2021-08-16 17:44:43 +0900
commitdef32107af9e34f162cfe586e68c4379d61c4a22 (patch)
treeb13fdf0e7d3270c9f268443310b695032d0a1218 /package.json
parentchore: yarn.lockがおかしかったらCIでコケるように (#7634) (diff)
downloadmisskey-def32107af9e34f162cfe586e68c4379d61c4a22.tar.gz
misskey-def32107af9e34f162cfe586e68c4379d61c4a22.tar.bz2
misskey-def32107af9e34f162cfe586e68c4379d61c4a22.zip
perf: Improve network request performance (#7636)
* perf: Improve fetch * CHANGELOG * lifo
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 5dce4baac8..9d6cdb85c6 100644
--- a/package.json
+++ b/package.json
@@ -116,6 +116,7 @@
"blurhash": "1.1.3",
"broadcast-channel": "3.7.0",
"bull": "3.26.0",
+ "cacheable-lookup": "6.0.0",
"cafy": "15.2.1",
"cbor": "8.0.0",
"chalk": "4.1.2",
@@ -147,10 +148,9 @@
"gulp-terser": "2.0.1",
"gulp-tslint": "8.1.4",
"hard-source-webpack-plugin": "0.13.1",
+ "hpagent": "0.1.2",
"html-minifier": "4.0.0",
- "http-proxy-agent": "4.0.1",
"http-signature": "1.3.5",
- "https-proxy-agent": "5.0.0",
"idb-keyval": "5.1.3",
"insert-text-at-cursor": "0.3.0",
"is-root": "2.1.0",
@@ -172,7 +172,6 @@
"koa-slow": "2.1.0",
"koa-views": "7.0.1",
"langmap": "0.0.16",
- "lookup-dns-cache": "2.1.0",
"markdown-it": "12.2.0",
"markdown-it-anchor": "7.1.0",
"matter-js": "0.17.1",