diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-25 11:27:13 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-25 11:27:13 +0200 |
commit | 47f6409bb8bc49a50027b9579bb651c0506b6912 (patch) | |
tree | bcf27fb4bffa2c10c5374da60457e025078c1acf /package.json | |
parent | d0dba1fce6dcc0b91c0561eda8707c5c5bb6e626 (diff) | |
download | PeerTube-47f6409bb8bc49a50027b9579bb651c0506b6912.tar.gz PeerTube-47f6409bb8bc49a50027b9579bb651c0506b6912.tar.zst PeerTube-47f6409bb8bc49a50027b9579bb651c0506b6912.zip |
Use apicache instead of our broken implementation
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 41a040c59..1630706eb 100644 --- a/package.json +++ b/package.json | |||
@@ -91,9 +91,9 @@ | |||
91 | "@types/bluebird": "3.5.21" | 91 | "@types/bluebird": "3.5.21" |
92 | }, | 92 | }, |
93 | "dependencies": { | 93 | "dependencies": { |
94 | "apicache": "^1.4.0", | ||
94 | "application-config": "^1.0.1", | 95 | "application-config": "^1.0.1", |
95 | "async": "^2.0.0", | 96 | "async": "^2.0.0", |
96 | "async-lock": "^1.1.2", | ||
97 | "async-lru": "^1.1.1", | 97 | "async-lru": "^1.1.1", |
98 | "bcrypt": "3.0.5", | 98 | "bcrypt": "3.0.5", |
99 | "bittorrent-tracker": "^9.0.0", | 99 | "bittorrent-tracker": "^9.0.0", |
@@ -159,6 +159,7 @@ | |||
159 | "youtube-dl": "^1.12.2" | 159 | "youtube-dl": "^1.12.2" |
160 | }, | 160 | }, |
161 | "devDependencies": { | 161 | "devDependencies": { |
162 | "@types/apicache": "^1.2.0", | ||
162 | "@types/async": "^2.0.40", | 163 | "@types/async": "^2.0.40", |
163 | "@types/async-lock": "^1.1.0", | 164 | "@types/async-lock": "^1.1.0", |
164 | "@types/bcrypt": "^3.0.0", | 165 | "@types/bcrypt": "^3.0.0", |