From 7047a2f82919f9851c480ec28c0f6c57eb40338a Mon Sep 17 00:00:00 2001 From: Roderick Gadellaa Date: Fri, 24 Nov 2023 16:11:48 +0100 Subject: [PATCH] Add rollup 4.x to peerDep (#173) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdd49b4..81d2cb4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "yargs": "^17.5.1" }, "peerDependencies": { - "rollup": "2.x || 3.x" + "rollup": "2.x || 3.x || 4.x" }, "peerDependenciesMeta": { "rollup": {