Skip to content

Commit

Permalink
Merge branch 'fix-noOverwriteGlobs-1128' of https://github.com/lmgyua…
Browse files Browse the repository at this point in the history
…n/generator into fix-noOverwriteGlobs-1128
  • Loading branch information
lmgyuan committed Apr 16, 2024
2 parents 94c04b5 + fc81484 commit 4bccad3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/generator",
"version": "1.17.20",
"version": "1.17.22",
"description": "The AsyncAPI generator. It can generate documentation, code, anything!",
"main": "./lib/generator.js",
"bin": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"homepage": "https://github.com/asyncapi/generator",
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.0.16",
"@asyncapi/parser": "^3.0.12",
"@asyncapi/parser": "^3.0.13",
"@npmcli/arborist": "5.6.3",
"@smoya/multi-parser": "^5.0.0",
"ajv": "^8.12.0",
Expand Down
2 changes: 1 addition & 1 deletion test/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@asyncapi/generator": "file:../..",
"@asyncapi/html-template": "^2.3.2"
"@asyncapi/html-template": "^2.3.3"
},
"devDependencies": {
"fs-extra": "9.1.0",
Expand Down

0 comments on commit 4bccad3

Please sign in to comment.