diff --git a/test/production/react-18-streaming-ssr/index.test.ts b/test/production/react-18-streaming-ssr/index.test.ts index 7d1114b36a0b..8188a1971a9f 100644 --- a/test/production/react-18-streaming-ssr/index.test.ts +++ b/test/production/react-18-streaming-ssr/index.test.ts @@ -24,8 +24,8 @@ describe('react 18 streaming SSR in minimal mode', () => { }, }, dependencies: { - react: '18.0.0-rc.0', - 'react-dom': '18.0.0-rc.0', + react: '18.0.0-rc.1', + 'react-dom': '18.0.0-rc.1', }, }) }) @@ -60,8 +60,8 @@ describe('react 18 streaming SSR with custom next configs', () => { }, }, dependencies: { - react: '18.0.0-rc.0', - 'react-dom': '18.0.0-rc.0', + react: '18.0.0-rc.1', + 'react-dom': '18.0.0-rc.1', }, }) })