Merge pull request #7196 from SDA-SE/feat/update-material-lab

Upgrade `@material-ui/lab` to `4.0.0-alpha.57`
This commit is contained in:
Oliver Sand
2021-09-16 12:29:41 +02:00
committed by GitHub
53 changed files with 103 additions and 53 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"@material-ui/lab": "4.0.0-alpha.57",
"@rjsf/core": "^3.0.0",
"@rjsf/material-ui": "^3.0.0",
"@types/react": "*",
@@ -54,7 +54,7 @@ export const TemplateTypePicker = () => {
return (
<Box pb={1} pt={1}>
<Typography variant="button">Categories</Typography>
<Autocomplete<string>
<Autocomplete
multiple
aria-label="Categories"
options={availableTypes}