From c84d6630d8d5ac8d41e0cda0915d47b49ffabc18 Mon Sep 17 00:00:00 2001 From: LekoArts Date: Thu, 20 Oct 2022 10:16:50 +0200 Subject: [PATCH] let's see what happens --- integration-tests/gatsby-cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/gatsby-cli/package.json b/integration-tests/gatsby-cli/package.json index bef5d7906ebb8..2b7b18e1d1cd9 100644 --- a/integration-tests/gatsby-cli/package.json +++ b/integration-tests/gatsby-cli/package.json @@ -15,8 +15,8 @@ "gatsby-cli": "next", "gatsby-core-utils": "next", "jest": "^27.2.1", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.2.0", + "react-dom": "^18.2.0", "strip-ansi": "^6.0.1", "tree-kill": "^1.2.2" },