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" } }