From 5fc189298e12d68f248ead91e9378451285c1071 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Fri, 20 Sep 2024 00:32:03 +0200 Subject: [PATCH] set rollup resolution --- __fixtures__/test-project-rsc-kitchen-sink/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__fixtures__/test-project-rsc-kitchen-sink/package.json b/__fixtures__/test-project-rsc-kitchen-sink/package.json index 55f9af76d186..a948311326f5 100644 --- a/__fixtures__/test-project-rsc-kitchen-sink/package.json +++ b/__fixtures__/test-project-rsc-kitchen-sink/package.json @@ -23,6 +23,7 @@ "packageManager": "yarn@4.1.1", "resolutions": { "@apollo/client-react-streaming/superjson": "^1.12.2", - "react-is": "19.0.0-rc-f2df5694-20240916" + "react-is": "19.0.0-rc-f2df5694-20240916", + "rollup": "4.21.3" } }