Skip to content

Commit

Permalink
Merge pull request backstage#21318 from backstage/renovate/asyncapi-r…
Browse files Browse the repository at this point in the history
…eact-component-1.x

fix(deps): update dependency @asyncapi/react-component to v1.1.0
  • Loading branch information
freben authored Nov 16, 2023
2 parents a0ed6d1 + 607bf05 commit 4cbd33e
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 138 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-b193efa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-api-docs': patch
---

Updated dependency `@asyncapi/react-component` to `1.1.0`.
2 changes: 1 addition & 1 deletion plugins/api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@asyncapi/react-component": "1.0.0-next.48",
"@asyncapi/react-component": "1.1.0",
"@backstage/catalog-model": "workspace:^",
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ components:

expect(getByText(/Account Service/i)).toBeInTheDocument();
expect(getByText(/user\/signedup/i)).toBeInTheDocument();
expect(getAllByText(/UserSignedUp/i)).toHaveLength(2);
expect(getAllByText(/UserSignedUp/i)).toHaveLength(4);
expect(getAllByText(/displayName/i)).toHaveLength(3);
});
});
Loading

0 comments on commit 4cbd33e

Please sign in to comment.