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 Jun 27, 2024
1 parent 968facc commit 39f02a7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion test/bundling/fixtures/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-is": "18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
"playwright": "1.44.1",
"serve": "14.0.1"
Expand Down
2 changes: 1 addition & 1 deletion test/bundling/fixtures/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-is": "18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "8.2.2",
"playwright": "1.44.1",
"serve": "14.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions test/bundling/fixtures/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@mui/styles": "5.10.3",
"@mui/system": "5.10.5",
"@mui/utils": "5.10.3",
"gatsby": "4.25.7",
"gatsby": "5.13.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "8.2.2",
"playwright": "1.44.1"
}
}
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 @@ -17,12 +17,12 @@
"@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"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "8.2.2",
"playwright": "1.44.1"
}
}
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 @@ -22,7 +22,7 @@
"react-is": "18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "8.2.2",
"playwright": "1.44.1"
}
}
2 changes: 1 addition & 1 deletion test/bundling/fixtures/snowpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-is": "18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "8.2.2",
"playwright": "1.44.1",
"serve": "14.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions test/bundling/fixtures/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"vite": "3.2.10"
"vite": "5.3.2"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "8.2.2",
"playwright": "1.44.1",
"serve": "14.0.1"
}
Expand Down

0 comments on commit 39f02a7

Please sign in to comment.