diff --git a/scripts/benchmarks/gatsby.json b/scripts/benchmarks/gatsby.json index 228bb72b0f8e..44783560a134 100644 --- a/scripts/benchmarks/gatsby.json +++ b/scripts/benchmarks/gatsby.json @@ -1,19 +1,18 @@ { "dependencies": { - "gatsby": "^2.23.12", - "gatsby-image": "^2.4.9", - "gatsby-plugin-manifest": "^2.4.14", - "gatsby-plugin-offline": "^3.2.13", - "gatsby-plugin-react-helmet": "^3.3.6", - "gatsby-plugin-sharp": "^2.6.14", - "gatsby-source-filesystem": "^2.3.14", - "gatsby-transformer-sharp": "^2.5.7", - "prop-types": "^15.7.2", - "react": "^16.12.0", - "react-dom": "^16.12.0", - "react-helmet": "^6.1.0" - }, - "devDependencies": { - "prettier": "2.0.5" + "gatsby": "^4", + "gatsby-plugin-gatsby-cloud": "^4", + "gatsby-plugin-image": "^2", + "gatsby-plugin-manifest": "^4", + "gatsby-plugin-offline": "^5", + "gatsby-plugin-react-helmet": "^5", + "gatsby-plugin-sharp": "^4", + "gatsby-source-filesystem": "^4", + "gatsby-transformer-sharp": "^4", + "prettier": "^2", + "prop-types": "^15", + "react": "^18", + "react-dom": "^18", + "react-helmet": "^6" } } diff --git a/scripts/benchmarks/next.json b/scripts/benchmarks/next.json index c08b926dd5dc..b5ac9f7b267b 100644 --- a/scripts/benchmarks/next.json +++ b/scripts/benchmarks/next.json @@ -1,12 +1,12 @@ { "private": true, "dependencies": { - "next": "^9.5.1", - "react": "^16.13.1", - "react-dom": "^16.13.1" + "next": "^12", + "react": "^18", + "react-dom": "^18" }, "devDependencies": { - "@types/react": "^16", - "@types/react-dom": "^16" + "@types/react": "^18", + "@types/react-dom": "^18" } }