Skip to content

Commit abc8b8e

Browse files
authored
fix: modelina-cli has wrong version of modelina as dependency (#2275)
1 parent 9597e56 commit abc8b8e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

modelina-cli/package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modelina-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"bugs": "https://github.com/asyncapi/modelina/issues",
99
"dependencies": {
10-
"@asyncapi/modelina": "^4.0.0-next.64",
10+
"@asyncapi/modelina": "^5.0.0",
1111
"@oclif/core": "^3.26.0",
1212
"@oclif/errors": "^1.3.6",
1313
"@oclif/plugin-not-found": "^3.1.1",

0 commit comments

Comments
 (0)