diff --git a/test/production/react-18-streaming-ssr/index.test.ts b/test/production/react-18-streaming-ssr/index.test.ts index e10bf8cce45abb8..93a9a873051f51c 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.2', - 'react-dom': '18.0.0-rc.2', + react: '18.0.0', + 'react-dom': '18.0.0', }, }) }) @@ -70,8 +70,8 @@ describe('react 18 streaming SSR with custom next configs', () => { }, }, dependencies: { - react: '18.0.0-rc.2', - 'react-dom': '18.0.0-rc.2', + react: '18.0.0', + 'react-dom': '18.0.0', }, installCommand: 'npm install', })