From 6a315f14da436cc15defb6c6172c6d939e709851 Mon Sep 17 00:00:00 2001 From: Jameel Moses Date: Fri, 13 Oct 2023 11:32:33 -0400 Subject: [PATCH] Update package.json to allow for Rollup 4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c22833..7ad3003 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "utils" ], "peerDependencies": { - "rollup": "^2.35.1||^3.0.0" + "rollup": "^2.35.1||^3.0.0||^4.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^23.0.0",