Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update @asyncapi/parser to 3.0.15 version and others #1455

Merged
merged 19 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
562ac70
fix: update @asyncapi/parser to 3.0.15 version and others
Jun 5, 2024
d39a1c5
fix: update @asyncapi/converter to 1.4.20 version and others
Jun 5, 2024
7c0772f
fix: update @asyncapi/openapi-schema-parser to 3.0.23 version and others
Jun 5, 2024
19d94a1
fix: update @asyncapi/raml-dt-schema-parser to 4.0.23 version and others
Jun 5, 2024
18a02e2
fix: update @asyncapi/avro-schema-parser to 3.0.23 version and others
Jun 5, 2024
5437570
fix: update @asyncapi/protobuf-schema-parser to 3.2.13 version and ot…
Jun 5, 2024
0d13392
fix: update @asyncapi/glee to 0.37.1 version and others
Jun 5, 2024
084c005
fix: update @asyncapi/bundler to 0.5.3 version and others
Jun 5, 2024
93afc47
fix: update @asyncapi/generator-react-sdk to 1.0.19 version and others
Jun 5, 2024
c6025b3
fix: update @asyncapi/parser to 3.0.16 version and others
Jun 5, 2024
46a5ef7
fix: update @asyncapi/parser to 3.1.0 version and others
Jun 12, 2024
c5e9d36
fix: update @asyncapi/raml-dt-schema-parser to 4.0.24 version and others
Jun 12, 2024
d6d3ee2
fix: update @asyncapi/openapi-schema-parser to 3.0.24 version and others
Jun 12, 2024
4d0e62c
fix: update @asyncapi/generator-react-sdk to 1.0.20 version and others
Jun 12, 2024
49972f8
fix: update @asyncapi/glee to 0.37.3 version and others
Jun 12, 2024
5dcd541
fix: update @asyncapi/modelina to 3.5.3 version and others
Jun 12, 2024
b0da01d
fix: update @asyncapi/glee to 0.37.4 version and others
Jun 12, 2024
10c67a2
fix: update @asyncapi/modelina to 3.6.0 version and others
Jun 17, 2024
833d33c
Merge remote-tracking branch 'upstream/master' into bot/bump-@asyncap…
Souvikns Jun 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
247 changes: 29 additions & 218 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"bugs": "https://github.com/asyncapi/cli/issues",
"dependencies": {
"@asyncapi/avro-schema-parser": "^3.0.22",
"@asyncapi/avro-schema-parser": "^3.0.23",
"@asyncapi/bundler": "^0.5.2",
"@asyncapi/converter": "^1.4.19",
"@asyncapi/converter": "^1.4.20",
"@asyncapi/diff": "^0.4.1",
"@asyncapi/generator": "^1.17.25",
"@asyncapi/modelina": "^3.5.1",
"@asyncapi/openapi-schema-parser": "^3.0.22",
"@asyncapi/openapi-schema-parser": "^3.0.23",
"@asyncapi/optimizer": "^1.0.2",
"@asyncapi/parser": "^3.0.14",
"@asyncapi/protobuf-schema-parser": "^3.2.12",
"@asyncapi/raml-dt-schema-parser": "^4.0.22",
"@asyncapi/parser": "^3.0.15",
"@asyncapi/protobuf-schema-parser": "^3.2.13",
"@asyncapi/raml-dt-schema-parser": "^4.0.23",
"@asyncapi/studio": "^0.20.0",
"@clack/prompts": "^0.7.0",
"@oclif/core": "^3",
Expand Down
Loading