Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Nov 20, 2023
1 parent ce7c073 commit 90491a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"yaml": "^1.10.2"
},
"devDependencies": {
"@asyncapi/parser": "^3.0.0-next-major-spec.11",
"@asyncapi/parser": "^3.0.0-next-major-spec.12",
"@asyncapi/cli": "^0.60.4",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
Expand All @@ -57,8 +57,8 @@
},
"generator": {
"renderer": "react",
"apiVersion": "v2",
"generator": ">=1.13.0 <2.0.0",
"apiVersion": "v3",
"generator": ">=1.15.0 <2.0.0",
"parameters": {
"frontMatter": {
"description": "The name of a JSON or YAML formatted file containing values to provide the YAML frontmatter for static-site or documentation generators. The file may contain {{title}} and {{version}} replaceable tags.",
Expand Down

0 comments on commit 90491a6

Please sign in to comment.