Skip to content

Commit

Permalink
Merge branch 'master' into cli.js-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Florence-Njeri authored Aug 26, 2024
2 parents ef5e6b4 + db9b0e1 commit 709b694
Show file tree
Hide file tree
Showing 7 changed files with 197 additions and 248 deletions.
2 changes: 1 addition & 1 deletion apps/generator/lib/parser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require('fs');
const { convertToOldAPI } = require('@asyncapi/parser');
const { ConvertDocumentParserAPIVersion, NewParser } = require('@smoya/multi-parser');
const { ConvertDocumentParserAPIVersion, NewParser } = require('@asyncapi/multi-parser');

const parser = module.exports;

Expand Down
12 changes: 6 additions & 6 deletions apps/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@
"license": "Apache-2.0",
"homepage": "https://github.com/asyncapi/generator",
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.1.1",
"@asyncapi/multi-parser": "^2.1.1",
"@asyncapi/nunjucks-filters": "*",
"@asyncapi/parser": "^3.0.14",
"@npmcli/arborist": "5.6.3",
"@npmcli/config": "^8.0.2",
"@asyncapi/generator-react-sdk": "^1.0.18",
"@asyncapi/parser": "^3.0.14",
"@smoya/multi-parser": "^5.0.0",
"ajv": "^8.12.0",
"chokidar": "^3.4.0",
"commander": "^6.1.0",
Expand All @@ -75,14 +76,13 @@
"simple-git": "^3.3.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"@asyncapi/nunjucks-filters": "*"
"typescript": "^4.9.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-sonarjs": "^0.5.0",
"jest": "^27.3.1",
"jsdoc-to-markdown": "^7.1.1",
"markdown-toc": "^1.2.0",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
}
},
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.0.19"
"@asyncapi/generator-react-sdk": "^1.1.1"
}
}
Loading

0 comments on commit 709b694

Please sign in to comment.