Skip to content

Commit 82a92f6

Browse files
authoredApr 15, 2024··
fix: update @asyncapi/parser to 3.0.13 version and others (#982)
1 parent 927cc61 commit 82a92f6

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed
 

‎library/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
"get:version": "echo $npm_package_version"
6969
},
7070
"dependencies": {
71-
"@asyncapi/avro-schema-parser": "^3.0.19",
71+
"@asyncapi/avro-schema-parser": "^3.0.21",
7272
"@asyncapi/openapi-schema-parser": "^3.0.18",
73-
"@asyncapi/parser": "^3.0.12",
74-
"@asyncapi/protobuf-schema-parser": "^3.2.10",
73+
"@asyncapi/parser": "^3.0.13",
74+
"@asyncapi/protobuf-schema-parser": "^3.2.11",
7575
"highlight.js": "^10.7.2",
7676
"isomorphic-dompurify": "^0.13.0",
7777
"marked": "^4.0.14",

‎package-lock.json

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.