Merge pull request #4160 from SDA-SE/feat/update-asyncapi-react

Update @asyncapi/react-component to 0.18.2
This commit is contained in:
Patrik Oldsberg
2021-01-20 19:35:23 +01:00
committed by GitHub
7 changed files with 50 additions and 29 deletions
+16
View File
@@ -0,0 +1,16 @@
---
'@backstage/create-app': patch
---
Due to a package name change from `@kyma-project/asyncapi-react` to
`@asyncapi/react-component` the jest configuration in the root `package.json`
has to be updated:
```diff
"jest": {
"transformModules": [
- "@kyma-project/asyncapi-react
+ "@asyncapi/react-component"
]
}
```
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-api-docs': patch
---
Update `@asyncapi/react-component` to 0.18.2