Skip to content

Commit 4da3239

Browse files
Bump bundling fixtures
1 parent 17f9fc6 commit 4da3239

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

test/bundling/fixtures/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@mui/styles": "5.10.3",
1717
"@mui/system": "5.10.5",
1818
"@mui/utils": "5.10.3",
19-
"gatsby": "4.23.0",
19+
"gatsby": "5.7.0",
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",
2222
"react-is": "18.2.0"

test/bundling/fixtures/next-webpack4/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"@mui/styles": "5.10.3",
1717
"@mui/system": "5.10.5",
1818
"@mui/utils": "5.10.3",
19-
"next": "11.1.4",
20-
"react": "^17.0.2",
21-
"react-dom": "^17.0.2",
22-
"react-is": "^17.0.2"
19+
"next": "13.1.6",
20+
"react": "^18.2.0",
21+
"react-dom": "^18.2.0",
22+
"react-is": "^18.2.0"
2323
},
2424
"devDependencies": {
2525
"concurrently": "7.4.0",

test/bundling/fixtures/next-webpack5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@mui/styles": "5.10.3",
1717
"@mui/system": "5.10.5",
1818
"@mui/utils": "5.10.3",
19-
"next": "12.3.0",
19+
"next": "13.1.6",
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",
2222
"react-is": "18.2.0"

test/bundling/fixtures/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",
2222
"react-is": "18.2.0",
23-
"vite": "3.1.1"
23+
"vite": "4.1.4"
2424
},
2525
"devDependencies": {
2626
"concurrently": "7.4.0",

0 commit comments

Comments
 (0)