Skip to content

Commit

Permalink
Lock file maintenance bundling fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 14, 2023
1 parent af5b3f5 commit 56495db
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 86 deletions.
22 changes: 11 additions & 11 deletions test/bundling/fixtures/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
"@mui/icons-material": "5.10.3",
"@mui/lab": "5.0.0-alpha.99",
"@mui/styled-engine": "5.10.5",
"@mui/styles": "5.10.3",
"@mui/system": "5.10.5",
"@mui/utils": "5.10.3",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.11.9",
"@mui/icons-material": "5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/styled-engine": "5.11.9",
"@mui/styles": "5.11.9",
"@mui/system": "5.11.9",
"@mui/utils": "5.11.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"react-is": "18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "7.6.0",
"cross-env": "7.0.3",
"playwright": "1.30.0",
"serve": "14.0.1"
"serve": "14.2.0"
},
"browserslist": {
"production": [
Expand Down
24 changes: 12 additions & 12 deletions test/bundling/fixtures/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
"@mui/icons-material": "5.10.3",
"@mui/lab": "5.0.0-alpha.99",
"@mui/styled-engine": "5.10.5",
"@mui/styles": "5.10.3",
"@mui/system": "5.10.5",
"@mui/utils": "5.10.3",
"esbuild": "0.15.7",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.11.9",
"@mui/icons-material": "5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/styled-engine": "5.11.9",
"@mui/styles": "5.11.9",
"@mui/system": "5.11.9",
"@mui/utils": "5.11.9",
"esbuild": "0.17.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "7.6.0",
"playwright": "1.30.0",
"serve": "14.0.1"
"serve": "14.2.0"
}
}
22 changes: 11 additions & 11 deletions test/bundling/fixtures/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
"@mui/icons-material": "5.10.3",
"@mui/lab": "5.0.0-alpha.99",
"@mui/styled-engine": "5.10.5",
"@mui/styles": "5.10.3",
"@mui/system": "5.10.5",
"@mui/utils": "5.10.3",
"gatsby": "4.23.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.11.9",
"@mui/icons-material": "5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/styled-engine": "5.11.9",
"@mui/styles": "5.11.9",
"@mui/system": "5.11.9",
"@mui/utils": "5.11.9",
"gatsby": "4.25.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "7.6.0",
"playwright": "1.30.0"
}
}
20 changes: 10 additions & 10 deletions test/bundling/fixtures/next-webpack4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
"@mui/icons-material": "5.10.3",
"@mui/lab": "5.0.0-alpha.99",
"@mui/styled-engine": "5.10.5",
"@mui/styles": "5.10.3",
"@mui/system": "5.10.5",
"@mui/utils": "5.10.3",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.11.9",
"@mui/icons-material": "5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/styled-engine": "5.11.9",
"@mui/styles": "5.11.9",
"@mui/system": "5.11.9",
"@mui/utils": "5.11.9",
"next": "11.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "7.6.0",
"playwright": "1.30.0"
}
}
22 changes: 11 additions & 11 deletions test/bundling/fixtures/next-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
"@mui/icons-material": "5.10.3",
"@mui/lab": "5.0.0-alpha.99",
"@mui/styled-engine": "5.10.5",
"@mui/styles": "5.10.3",
"@mui/system": "5.10.5",
"@mui/utils": "5.10.3",
"next": "12.3.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.11.9",
"@mui/icons-material": "5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/styled-engine": "5.11.9",
"@mui/styles": "5.11.9",
"@mui/system": "5.11.9",
"@mui/utils": "5.11.9",
"next": "12.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "7.6.0",
"playwright": "1.30.0"
}
}
16 changes: 8 additions & 8 deletions test/bundling/fixtures/node-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
"@mui/icons-material": "5.10.3",
"@mui/lab": "5.0.0-alpha.99",
"@mui/styled-engine": "5.10.5",
"@mui/styles": "5.10.3",
"@mui/system": "5.10.5",
"@mui/utils": "5.10.3",
"@emotion/styled": "11.10.5",
"@mui/material": "5.11.9",
"@mui/icons-material": "5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/styled-engine": "5.11.9",
"@mui/styles": "5.11.9",
"@mui/system": "5.11.9",
"@mui/utils": "5.11.9",
"react-is": "18.2.0"
}
}
22 changes: 11 additions & 11 deletions test/bundling/fixtures/snowpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
"@mui/icons-material": "5.10.3",
"@mui/lab": "5.0.0-alpha.99",
"@mui/styled-engine": "5.10.5",
"@mui/styles": "5.10.3",
"@mui/system": "5.10.5",
"@mui/utils": "5.10.3",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.11.9",
"@mui/icons-material": "5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/styled-engine": "5.11.9",
"@mui/styles": "5.11.9",
"@mui/system": "5.11.9",
"@mui/utils": "5.11.9",
"snowpack": "3.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "7.6.0",
"playwright": "1.30.0",
"serve": "14.0.1"
"serve": "14.2.0"
}
}
24 changes: 12 additions & 12 deletions test/bundling/fixtures/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
"@mui/icons-material": "5.10.3",
"@mui/lab": "5.0.0-alpha.99",
"@mui/styled-engine": "5.10.5",
"@mui/styles": "5.10.3",
"@mui/system": "5.10.5",
"@mui/utils": "5.10.3",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/material": "5.11.9",
"@mui/icons-material": "5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/styled-engine": "5.11.9",
"@mui/styles": "5.11.9",
"@mui/system": "5.11.9",
"@mui/utils": "5.11.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"vite": "3.1.1"
"vite": "3.2.5"
},
"devDependencies": {
"concurrently": "7.4.0",
"concurrently": "7.6.0",
"playwright": "1.30.0",
"serve": "14.0.1"
"serve": "14.2.0"
}
}

0 comments on commit 56495db

Please sign in to comment.