From a0929627c333cefdaae05b85cbc972383da2509e Mon Sep 17 00:00:00 2001 From: Pasi Eronen Date: Wed, 18 Mar 2020 18:52:21 +0200 Subject: [PATCH] Relax version range of plugin-threshold peerDependencies --- packages/plugin-threshold/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-threshold/package.json b/packages/plugin-threshold/package.json index 6bd057738..6be2e8f0d 100644 --- a/packages/plugin-threshold/package.json +++ b/packages/plugin-threshold/package.json @@ -26,8 +26,8 @@ }, "peerDependencies": { "@jimp/custom": ">=0.3.5", - "@jimp/plugin-color": "^0.8.0", - "@jimp/plugin-resize": "^0.8.0" + "@jimp/plugin-color": ">=0.8.0", + "@jimp/plugin-resize": ">=0.8.0" }, "devDependencies": { "@jimp/custom": "link:../custom",