diff --git a/test/bundling/fixtures/gatsby/package.json b/test/bundling/fixtures/gatsby/package.json index 6c9cd4a795e930..2b008df0c8c04e 100644 --- a/test/bundling/fixtures/gatsby/package.json +++ b/test/bundling/fixtures/gatsby/package.json @@ -16,7 +16,7 @@ "@mui/styles": "5.10.3", "@mui/system": "5.10.5", "@mui/utils": "5.10.3", - "gatsby": "4.23.0", + "gatsby": "5.7.0", "react": "18.2.0", "react-dom": "18.2.0", "react-is": "18.2.0" diff --git a/test/bundling/fixtures/next-webpack4/package.json b/test/bundling/fixtures/next-webpack4/package.json index 18ccdaef67a21b..e6a4200246839e 100644 --- a/test/bundling/fixtures/next-webpack4/package.json +++ b/test/bundling/fixtures/next-webpack4/package.json @@ -16,10 +16,10 @@ "@mui/styles": "5.10.3", "@mui/system": "5.10.5", "@mui/utils": "5.10.3", - "next": "11.1.4", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-is": "^17.0.2" + "next": "13.1.6", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-is": "^18.2.0" }, "devDependencies": { "concurrently": "7.4.0", diff --git a/test/bundling/fixtures/next-webpack5/package.json b/test/bundling/fixtures/next-webpack5/package.json index b7e46d5a0badd7..5e597243a39a91 100644 --- a/test/bundling/fixtures/next-webpack5/package.json +++ b/test/bundling/fixtures/next-webpack5/package.json @@ -16,7 +16,7 @@ "@mui/styles": "5.10.3", "@mui/system": "5.10.5", "@mui/utils": "5.10.3", - "next": "12.3.0", + "next": "13.1.6", "react": "18.2.0", "react-dom": "18.2.0", "react-is": "18.2.0" diff --git a/test/bundling/fixtures/vite/package.json b/test/bundling/fixtures/vite/package.json index 2ba345840ccc33..a68b1b7104916e 100644 --- a/test/bundling/fixtures/vite/package.json +++ b/test/bundling/fixtures/vite/package.json @@ -20,7 +20,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-is": "18.2.0", - "vite": "3.1.1" + "vite": "4.1.4" }, "devDependencies": { "concurrently": "7.4.0",