Skip to content

Commit

Permalink
chore: use @asyncapi/multi-parser instead of @smoya/multi-parser (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored Aug 11, 2024
1 parent e814283 commit 8094653
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 147 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 @@ -49,11 +49,12 @@
"license": "Apache-2.0",
"homepage": "https://github.com/asyncapi/generator",
"dependencies": {
"@npmcli/arborist": "5.6.3",
"@npmcli/config": "^8.0.2",
"@asyncapi/generator-react-sdk": "^1.0.18",
"@asyncapi/multi-parser": "^2.1.1",
"@asyncapi/nunjucks-filters": "*",
"@asyncapi/parser": "^3.0.14",
"@smoya/multi-parser": "^5.0.0",
"@npmcli/arborist": "5.6.3",
"@npmcli/config": "^8.0.2",
"ajv": "^8.12.0",
"chokidar": "^3.4.0",
"commander": "^6.1.0",
Expand All @@ -74,14 +75,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
Loading

0 comments on commit 8094653

Please sign in to comment.