Update @asyncapi/react-component to 0.18.2

The package was also renamed from @kyma-project/asyncapi-react to @asyncapi/react-component which dependabot isn't able to handle.
This commit is contained in:
Oliver Sand
2021-01-20 09:31:07 +01:00
parent 7abe2c2c33
commit 8855f61f67
5 changed files with 33 additions and 28 deletions
@@ -14,10 +14,10 @@
* limitations under the License.
*/
import AsyncApi from '@kyma-project/asyncapi-react';
import AsyncApi from '@asyncapi/react-component';
import '@asyncapi/react-component/lib/styles/fiori.css';
import { fade, makeStyles } from '@material-ui/core/styles';
import React from 'react';
import { makeStyles, fade } from '@material-ui/core/styles';
import '@kyma-project/asyncapi-react/lib/styles/fiori.css';
const useStyles = makeStyles(theme => ({
root: {