From ab0ede0d5a8dcb4f02a998123d7347be00a38e48 Mon Sep 17 00:00:00 2001 From: Crawl Date: Mon, 20 Aug 2018 18:43:53 +0200 Subject: [PATCH] fix: pin peer-deps to the latest version we allow --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index af7b73c72..9f4e7fec2 100644 --- a/package.json +++ b/package.json @@ -43,12 +43,12 @@ "ws": "^6.0.0" }, "peerDependencies": { - "bufferutil": "^3.0.0", + "bufferutil": "^4.0.0", "erlpack": "discordapp/erlpack", - "libsodium-wrappers": "^0.7.0", - "sodium": "^2.0.0", - "uws": "^9.14.0", - "zlib-sync": "^0.1.0" + "libsodium-wrappers": "^0.7.3", + "sodium": "^2.0.3", + "uws": "<=10.148.1", + "zlib-sync": "^0.1.4" }, "devDependencies": { "@types/node": "^10.7.1",