Skip to content

Commit

Permalink
fix: update @asyncapi/parser to 3.0.15 version and others (asyncapi#1215
Browse files Browse the repository at this point in the history
)
  • Loading branch information
asyncapi-bot authored Jun 5, 2024
1 parent d2069bd commit ea8159e
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 130 deletions.
18 changes: 9 additions & 9 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 @@ -49,8 +49,8 @@
"license": "Apache-2.0",
"homepage": "https://github.com/asyncapi/generator",
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.0.18",
"@asyncapi/parser": "^3.0.14",
"@asyncapi/generator-react-sdk": "^1.0.19",
"@asyncapi/parser": "^3.0.15",
"@npmcli/arborist": "5.6.3",
"@npmcli/config": "^8.0.2",
"@smoya/multi-parser": "^5.0.0",
Expand Down Expand Up @@ -79,8 +79,8 @@
"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": "^25.5.0",
"jsdoc-to-markdown": "^7.1.1",
"markdown-toc": "^1.2.0",
Expand Down
95 changes: 48 additions & 47 deletions test/test-templates/nunjucks-template/package-lock.json

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

21 changes: 10 additions & 11 deletions test/test-templates/nunjucks-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@
"version": "0.0.1",
"description": "Simple nunjucks-based template that showcases different generator features that we can test in integration tests",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1"
},
"generator": {
"parameters": {
"version": {
"description": "Custom version to be used"
},
"mode": {
"description": "development or production"
"parameters": {
"version": {
"description": "Custom version to be used"
},
"mode": {
"description": "development or production"
}
}
}
},
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.0.18"
"@asyncapi/generator-react-sdk": "^1.0.19"
}
}

}
Loading

0 comments on commit ea8159e

Please sign in to comment.