Upgrade to @material-ui/lab@4.0.0-alpha.57

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-09-17 14:18:19 +02:00
parent 3742f41a3c
commit aec9385859
4 changed files with 8 additions and 19 deletions
+4 -4
View File
@@ -22,8 +22,8 @@
"dependencies": {
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.2",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
@@ -39,10 +39,10 @@
"p-limit": "^3.1.0"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/cli": "^0.7.12",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@backstage/core-app-api": "^0.1.12",
"@backstage/core-app-api": "^0.1.13",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
@@ -81,7 +81,7 @@ export const SelectedKindsFilter = ({ value, onChange }: Props) => {
return (
<Box pb={1} pt={1}>
<Typography variant="button">Kinds</Typography>
<Autocomplete<string>
<Autocomplete
className={classes.formControl}
multiple
limitTags={4}
@@ -65,7 +65,7 @@ export const SelectedRelationsFilter = ({
return (
<Box pb={1} pt={1}>
<Typography variant="button">Relations</Typography>
<Autocomplete<string>
<Autocomplete
className={classes.formControl}
multiple
limitTags={4}
+2 -13
View File
@@ -4422,17 +4422,6 @@
prop-types "^15.7.2"
react-is "^16.8.0"
"@material-ui/lab@4.0.0-alpha.47":
version "4.0.0-alpha.47"
resolved "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.47.tgz#757a336e4c2496f700a392ff41e25a7d460a387b"
integrity sha512-+WC3O0M/769D3nO9Rqupusc+lob7tQMe5/DnOjAhZ0bpXlJbhZb7N84WkEk4JgQLj6ydP8e9Jhqd1lG+mGj+xw==
dependencies:
"@babel/runtime" "^7.4.4"
"@material-ui/utils" "^4.9.6"
clsx "^1.0.4"
prop-types "^15.7.2"
react-is "^16.8.0"
"@material-ui/lab@4.0.0-alpha.57":
version "4.0.0-alpha.57"
resolved "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.57.tgz#e8961bcf6449e8a8dabe84f2700daacfcafbf83a"
@@ -4505,7 +4494,7 @@
resolved "https://registry.npmjs.org/@material-ui/types/-/types-5.1.0.tgz#efa1c7a0b0eaa4c7c87ac0390445f0f88b0d88f2"
integrity sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==
"@material-ui/utils@^4.11.2", "@material-ui/utils@^4.7.1", "@material-ui/utils@^4.9.6":
"@material-ui/utils@^4.11.2", "@material-ui/utils@^4.7.1":
version "4.11.2"
resolved "https://registry.npmjs.org/@material-ui/utils/-/utils-4.11.2.tgz#f1aefa7e7dff2ebcb97d31de51aecab1bb57540a"
integrity sha512-Uul8w38u+PICe2Fg2pDKCaIG7kOyhowZ9vjiC1FsVwPABTW8vPPKfF6OvxRq3IiBaI1faOJmgdvMG7rMJARBhA==
@@ -21891,7 +21880,7 @@ printj@~1.1.0:
resolved "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222"
integrity sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==
prismjs@~1.24.0, prismjs@^1.21.0, prismjs@^1.22.0:
prismjs@^1.21.0, prismjs@^1.22.0, prismjs@~1.24.0:
version "1.24.1"
resolved "https://registry.npmjs.org/prismjs/-/prismjs-1.24.1.tgz#c4d7895c4d6500289482fa8936d9cdd192684036"
integrity sha512-mNPsedLuk90RVJioIky8ANZEwYm5w9LcvCXrxHlwf4fNVSn8jEipMybMkWUyyF0JhnC+C4VcOVSBuHRKs1L5Ow==