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 Jul 31, 2022
1 parent 0f9b959 commit 888e08e
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions test/bundling/fixtures/create-react-app/package.json
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/material": "5.0.0-alpha.34",
"@mui/icons-material": "5.0.0-alpha.34",
"@mui/lab": "5.0.0-alpha.34",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"concurrently": "6.5.1",
"cross-env": "7.0.3",
"playwright": "1.17.1",
"playwright": "1.24.2",
"serve": "11.3.2"
}
}
8 changes: 4 additions & 4 deletions test/bundling/fixtures/esbuild/package.json
Expand Up @@ -9,23 +9,23 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/material": "5.0.0-alpha.34",
"@mui/icons-material": "5.0.0-alpha.34",
"@mui/lab": "5.0.0-alpha.34",
"@mui/styled-engine": "5.0.0-alpha.34",
"@mui/styles": "5.0.0-alpha.33",
"@mui/system": "5.0.0-alpha.34",
"@mui/utils": "5.0.0-alpha.33",
"esbuild": "0.14.10",
"esbuild": "0.14.51",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2"
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.17.1",
"playwright": "1.24.2",
"serve": "11.3.2"
}
}
8 changes: 4 additions & 4 deletions test/bundling/fixtures/gatsby/package.json
Expand Up @@ -7,22 +7,22 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/material": "5.0.0-alpha.34",
"@mui/icons-material": "5.0.0-alpha.34",
"@mui/lab": "5.0.0-alpha.34",
"@mui/styled-engine": "5.0.0-alpha.34",
"@mui/styles": "5.0.0-alpha.33",
"@mui/system": "5.0.0-alpha.34",
"@mui/utils": "5.0.0-alpha.33",
"gatsby": "3.4.1",
"gatsby": "3.14.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2"
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.17.1"
"playwright": "1.24.2"
}
}
8 changes: 4 additions & 4 deletions test/bundling/fixtures/next-webpack4/package.json
Expand Up @@ -7,22 +7,22 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/material": "5.0.0-alpha.34",
"@mui/icons-material": "5.0.0-alpha.34",
"@mui/lab": "5.0.0-alpha.34",
"@mui/styled-engine": "5.0.0-alpha.34",
"@mui/styles": "5.0.0-alpha.33",
"@mui/system": "5.0.0-alpha.34",
"@mui/utils": "5.0.0-alpha.33",
"next": "12.1.0",
"next": "12.2.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2"
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.17.1"
"playwright": "1.24.2"
}
}
8 changes: 4 additions & 4 deletions test/bundling/fixtures/next-webpack5/package.json
Expand Up @@ -7,22 +7,22 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/material": "5.0.0-alpha.34",
"@mui/icons-material": "5.0.0-alpha.34",
"@mui/lab": "5.0.0-alpha.34",
"@mui/styled-engine": "5.0.0-alpha.34",
"@mui/styles": "5.0.0-alpha.33",
"@mui/system": "5.0.0-alpha.34",
"@mui/utils": "5.0.0-alpha.33",
"next": "12.1.0",
"next": "12.2.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2"
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.17.1"
"playwright": "1.24.2"
}
}
2 changes: 1 addition & 1 deletion test/bundling/fixtures/node-esm/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/styled": "11.6.0",
"@emotion/styled": "11.10.0",
"@mui/material": "5.0.0-alpha.34",
"@mui/icons-material": "5.0.0-alpha.34",
"@mui/lab": "5.0.0-alpha.34",
Expand Down
6 changes: 3 additions & 3 deletions test/bundling/fixtures/snowpack/package.json
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/material": "5.0.0-alpha.34",
"@mui/icons-material": "5.0.0-alpha.34",
"@mui/lab": "5.0.0-alpha.34",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.17.1",
"playwright": "1.24.2",
"serve": "11.3.2"
}
}
8 changes: 4 additions & 4 deletions test/bundling/fixtures/vite/package.json
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/material": "5.0.0-alpha.34",
"@mui/icons-material": "5.0.0-alpha.34",
"@mui/lab": "5.0.0-alpha.34",
Expand All @@ -20,11 +20,11 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"vite": "2.7.10"
"vite": "2.9.14"
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.17.1",
"playwright": "1.24.2",
"serve": "11.3.2"
}
}

0 comments on commit 888e08e

Please sign in to comment.