fix(presets): Handle MUI (previously: Material-UI) organization change in material-ui monorepo (#14252)

This commit is contained in:
David DOLCIMASCOLO 2022-02-16 15:07:45 +01:00 committed by GitHub
parent 59f98ea6c5
commit fd423903f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,10 @@ const repoGroups = {
'material-components-web':
'https://github.com/material-components/material-components-web',
mdx: 'https://github.com/mdx-js/mdx',
'material-ui': 'https://github.com/mui-org/material-ui',
'material-ui': [
'https://github.com/mui-org/material-ui', // Previous organization name (see: https://github.com/mui/material-ui/pull/30944)
'https://github.com/mui/material-ui',
],
'mikro-orm': 'https://github.com/mikro-orm/mikro-orm',
mockito: 'https://github.com/mockito/mockito',
mstest: 'https://github.com/microsoft/testfx',