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 Aug 17, 2022
1 parent dfc0b89 commit efc3096
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions test/bundling/fixtures/create-react-app/package.json
Original file line number Diff line number Diff line change
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 Down
6 changes: 3 additions & 3 deletions test/bundling/fixtures/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"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.15.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2"
Expand Down
6 changes: 3 additions & 3 deletions test/bundling/fixtures/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"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"
Expand Down
6 changes: 3 additions & 3 deletions test/bundling/fixtures/next-webpack4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"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.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2"
Expand Down
6 changes: 3 additions & 3 deletions test/bundling/fixtures/next-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"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.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion test/bundling/fixtures/node-esm/package.json
Original file line number Diff line number Diff line change
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
4 changes: 2 additions & 2 deletions test/bundling/fixtures/snowpack/package.json
Original file line number Diff line number Diff line change
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 Down
6 changes: 3 additions & 3 deletions test/bundling/fixtures/vite/package.json
Original file line number Diff line number Diff line change
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,7 +20,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"vite": "2.7.10"
"vite": "2.9.15"
},
"devDependencies": {
"concurrently": "6.5.1",
Expand Down

0 comments on commit efc3096

Please sign in to comment.