Skip to content

Commit

Permalink
Bump bundling fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2023
1 parent 33a0e1c commit 43f9e7b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/bundling/fixtures/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions test/bundling/fixtures/next-webpack4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion test/bundling/fixtures/next-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion test/bundling/fixtures/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"vite": "3.1.1"
"vite": "4.0.3"
},
"devDependencies": {
"concurrently": "7.4.0",
Expand Down

0 comments on commit 43f9e7b

Please sign in to comment.