Skip to content

Commit

Permalink
fix: update @asyncapi/parser to 3.0.14 version and others (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Apr 18, 2024
1 parent 1c1ee3c commit ca501c2
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 55 deletions.
44 changes: 22 additions & 22 deletions examples/kafka-test/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/kafka-test/package.json
Expand Up @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@asyncapi/glee": "file:../..",
"@asyncapi/parser": "^3.0.13"
"@asyncapi/parser": "^3.0.14"
}
}
44 changes: 22 additions & 22 deletions examples/social-network/websocket-server/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/social-network/websocket-server/package.json
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/asyncapi/glee-hello-world#readme",
"dependencies": {
"@asyncapi/glee": "file:../../..",
"@asyncapi/parser": "^3.0.13",
"@asyncapi/parser": "^3.0.14",
"flat-file-db": "^1.0.0",
"lowdb": "^3.0.0"
}
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"@asyncapi/generator": "^1.17.22",
"@asyncapi/html-template": "^2.3.3",
"@asyncapi/markdown-template": "^1.5.0",
"@asyncapi/parser": "^3.0.13",
"@asyncapi/parser": "^3.0.14",
"@next/env": "^14.0.4",
"@types/jest": "^29.5.11",
"@types/qs": "^6.9.7",
Expand Down

0 comments on commit ca501c2

Please sign in to comment.