Skip to content

Commit

Permalink
fix: temporarily hard-lock @asyncapi/converter on v1.5.0 as a hot…
Browse files Browse the repository at this point in the history
…fix (#1138) (#1139)
  • Loading branch information
aeworxet committed Sep 18, 2024
1 parent 41365d4 commit 877810d
Show file tree
Hide file tree
Showing 4 changed files with 515 additions and 535 deletions.
6 changes: 6 additions & 0 deletions .changeset/popular-geese-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"studio-next": patch
"@asyncapi/studio": patch
---

fix: temporarily hard-lock `@asyncapi/converter` on `v1.5.0` as a hotfix (#1138)
2 changes: 1 addition & 1 deletion apps/studio-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@asyncapi/avro-schema-parser": "^3.0.19",
"@asyncapi/converter": "^1.6.0",
"@asyncapi/converter": "1.5.0",
"@asyncapi/openapi-schema-parser": "^3.0.18",
"@asyncapi/parser": "^3.2.2",
"@asyncapi/protobuf-schema-parser": "^3.2.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"@asyncapi/avro-schema-parser": "^3.0.22",
"@asyncapi/converter": "^1.6.0",
"@asyncapi/converter": "1.5.0",
"@asyncapi/openapi-schema-parser": "^3.0.22",
"@asyncapi/parser": "^3.2.2",
"@asyncapi/protobuf-schema-parser": "^3.2.11",
Expand Down
Loading

0 comments on commit 877810d

Please sign in to comment.