Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Sep 13, 2023
1 parent d7bd472 commit e024538
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helpers/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function mergeInto(from, to) {
* Prepares configuration for component.
*/
export function prepareConfiguration(params = {}) {
const config = { show: { sidebar: false }, sidebar: { showOperations: 'byDefault' } };
const config = { show: { sidebar: true }, sidebar: { showOperations: 'byDefault' } };
// Apply config override
if (params.config) {
let configOverride;
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.0.0",
"@asyncapi/react-component": "^1.0.0-next.53",
"@asyncapi/react-component": "^1.0.0-next.54",
"@asyncapi/parser": "^3.0.0-next-major-spec.2",
"highlight.js": "10.7.3",
"puppeteer": "^14.1.0",
Expand Down
Loading

0 comments on commit e024538

Please sign in to comment.