aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-24 14:48:15 +0100
committerChocobozzz <me@florianbigard.com>2023-02-24 15:10:13 +0100
commitd41f4a6dc69d098e9dc9173b7e1a586695ef7b97 (patch)
tree828ec8e08a1f326369e3720c310e2b059be9ead5 /package.json
parent09a7ce0c60d3e98eedf58f245bf2aaba9837785b (diff)
downloadPeerTube-d41f4a6dc69d098e9dc9173b7e1a586695ef7b97.tar.gz
PeerTube-d41f4a6dc69d098e9dc9173b7e1a586695ef7b97.tar.zst
PeerTube-d41f4a6dc69d098e9dc9173b7e1a586695ef7b97.zip
Improve image test comparison
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5d1d2e747..b9031389f 100644
--- a/package.json
+++ b/package.json
@@ -219,7 +219,10 @@
219 "eslint-plugin-node": "^11.0.0", 219 "eslint-plugin-node": "^11.0.0",
220 "eslint-plugin-promise": "^6.0.0", 220 "eslint-plugin-promise": "^6.0.0",
221 "fast-xml-parser": "^4.0.0-beta.8", 221 "fast-xml-parser": "^4.0.0-beta.8",
222 "jpeg-js": "^0.4.4",
222 "mocha": "^10.0.0", 223 "mocha": "^10.0.0",
224 "pixelmatch": "^5.3.0",
225 "pngjs": "^7.0.0",
223 "proxy": "^1.0.2", 226 "proxy": "^1.0.2",
224 "resolve-tspaths": "^0.8.8", 227 "resolve-tspaths": "^0.8.8",
225 "socket.io-client": "^4.5.4", 228 "socket.io-client": "^4.5.4",