@asyncapi/react-component 0.24.18 → 0.24.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,9 +1,6 @@
1
- <h5 align="center">
2
- <img src="./.github/assets/logo.png" alt="AsyncAPI logo" width="200">
3
- <br>
4
- React Component
5
- </h5>
6
- <h4 align="center">React component for AsyncAPI 2.0 specification. Available also as a Web Component.</h4>
1
+ [![AsyncAPI React Component](./.github/assets/logo.png)](https://www.asyncapi.com)
2
+
3
+ React component for AsyncAPI 2.0 specification. Available also as a Web Component.
7
4
 
8
5
  ---
9
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asyncapi/react-component",
3
- "version": "0.24.18",
3
+ "version": "0.24.21",
4
4
  "private": false,
5
5
  "description": "A React component for AsyncAPI specification.",
6
6
  "repository": {
@@ -48,12 +48,12 @@
48
48
  "dependencies": {
49
49
  "@asyncapi/avro-schema-parser": "^1.0.0",
50
50
  "@asyncapi/openapi-schema-parser": "^2.0.1",
51
- "@asyncapi/parser": "^1.12.0",
51
+ "@asyncapi/parser": "^1.13.0",
52
52
  "constate": "^1.2.0",
53
53
  "dompurify": "^2.1.1",
54
- "markdown-it": "^11.0.1",
54
+ "markdown-it": "^12.3.2",
55
55
  "merge": "^2.1.0",
56
- "openapi-sampler": "1.0.0",
56
+ "openapi-sampler": "1.2.1",
57
57
  "react-use": "^12.2.0"
58
58
  },
59
59
  "devDependencies": {