Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSaini101 committed Jul 8, 2024
1 parent 6cf2345 commit e1cee1a
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 30 deletions.
104 changes: 84 additions & 20 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@
},
"bugs": "https://github.com/asyncapi/cli/issues",
"dependencies": {
"@asyncapi/avro-schema-parser": "^3.0.22",
"@asyncapi/bundler": "^0.5.2",
"@asyncapi/converter": "^1.4.19",
"@asyncapi/avro-schema-parser": "^3.0.23",
"@asyncapi/bundler": "^0.5.3",
"@asyncapi/converter": "^1.4.20",
"@asyncapi/diff": "^0.4.1",
"@asyncapi/generator": "^1.17.25",
"@asyncapi/modelina-cli": "^4.0.0-next.48",
"@asyncapi/openapi-schema-parser": "^3.0.22",
"@asyncapi/generator": "^1.17.25",
"@asyncapi/modelina": "^3.6.0",
"@asyncapi/openapi-schema-parser": "^3.0.24",
"@asyncapi/optimizer": "^1.0.2",
"@asyncapi/parser": "^3.1.0",
"@asyncapi/protobuf-schema-parser": "^3.2.12",
"@asyncapi/raml-dt-schema-parser": "^4.0.22",
"@asyncapi/protobuf-schema-parser": "^3.2.13",
"@asyncapi/raml-dt-schema-parser": "^4.0.24",
"@asyncapi/studio": "^0.20.0",
"@clack/prompts": "^0.7.0",
"@oclif/core": "^3",
Expand All @@ -31,11 +32,10 @@
"chalk": "^4.1.0",
"chokidar": "^3.5.2",
"fast-levenshtein": "^3.0.0",
"fs-extra": "^11.2.0",
"fs-extra": "^11.1.0",
"indent-string": "^4.0.0",
"inquirer": "^8.2.0",
"js-yaml": "^4.1.0",
"jsonfile": "^6.1.0",
"lodash.template": "^4.4.0",
"node-fetch": "^2.0.0",
"oclif": "^4.2.0",
Expand Down Expand Up @@ -175,4 +175,4 @@
"createhookinit": "oclif generate hook inithook --event=init"
},
"types": "lib/index.d.ts"
}
}

0 comments on commit e1cee1a

Please sign in to comment.