diff --git a/__fixtures__/test-project-rsc-kitchen-sink/package.json b/__fixtures__/test-project-rsc-kitchen-sink/package.json index 16bd872f7a86..bb2429e7a2ba 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-8269d55d-20240802" + "react-is": "19.0.0-rc-8269d55d-20240802", + "rollup": "4.21.3" } }