From c636f40778b577c42bc5077af0cd47acbfbd5033 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Wed, 30 Mar 2022 10:50:32 +0200 Subject: [PATCH] update react 18 prod tests --- test/production/react-18-streaming-ssr/index.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/production/react-18-streaming-ssr/index.test.ts b/test/production/react-18-streaming-ssr/index.test.ts index e10bf8cce45a..93a9a873051f 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', })