Skip to content

Commit

Permalink
Merge branch 'master' into add_parser_api_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Nov 19, 2023
2 parents 5879051 + 23f3ce5 commit 4880d1d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/generator",
"version": "1.14.1",
"version": "1.14.3",
"description": "The AsyncAPI generator. It can generate documentation, code, anything!",
"main": "./lib/generator.js",
"bin": {
Expand Down Expand Up @@ -48,8 +48,8 @@
"license": "Apache-2.0",
"homepage": "https://github.com/asyncapi/generator",
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.0.1",
"@asyncapi/parser": "^2.1.1",
"@asyncapi/generator-react-sdk": "^1.0.2",
"@asyncapi/parser": "^2.1.2",
"@npmcli/arborist": "^2.2.4",
"@smoya/multi-parser": "^5.0.0",
"ajv": "^8.12.0",
Expand Down

0 comments on commit 4880d1d

Please sign in to comment.