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" },