Skip to content

Commit

Permalink
Merge branch 'master' into ErrorBoundary-in-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator authored Dec 2, 2024
2 parents e18b21b + 950140c commit 01a967e
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 46 deletions.
4 changes: 2 additions & 2 deletions library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/react-component",
"version": "2.4.3",
"version": "2.4.5",
"private": false,
"description": "A React component for AsyncAPI specification.",
"repository": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"@asyncapi/avro-schema-parser": "^3.0.24",
"@asyncapi/openapi-schema-parser": "^3.0.24",
"@asyncapi/parser": "^3.3.0",
"@asyncapi/protobuf-schema-parser": "^3.2.14",
"@asyncapi/protobuf-schema-parser": "^3.3.0",
"highlight.js": "^10.7.2",
"isomorphic-dompurify": "^2.14.0",
"marked": "^4.0.14",
Expand Down
133 changes: 91 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/web-component",
"version": "2.4.3",
"version": "2.4.5",
"private": false,
"description": "A web component for AsyncAPI specification. Based on @asyncapi/react-component.",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh"
},
"dependencies": {
"@asyncapi/react-component": "^2.4.3",
"@asyncapi/react-component": "^2.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-react-components": "^1.4.2"
Expand Down

0 comments on commit 01a967e

Please sign in to comment.