Skip to content

Commit

Permalink
fix: add the incorrect specs preview enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkalburgi committed May 20, 2024
1 parent 8c7b1ed commit 154c780
Show file tree
Hide file tree
Showing 15 changed files with 619 additions and 183 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.vscode-test/
*.vsix
.DS_Store
package-lock.json
89 changes: 20 additions & 69 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@
"@asyncapi/react-component": "^1.2.7",
"@types/ejs": "^3.1.5",
"@types/glob": "^7.2.0",
"@types/js-yaml": "^4.0.5",
"@types/markdown-it": "^13.0.7",
"@types/mocha": "^9.1.1",
"@types/node": "14.x",
"@types/vscode": "^1.66.0",
Expand All @@ -148,9 +146,10 @@
},
"dependencies": {
"@asyncapi/parser": "^3.0.7",
"@types/markdown-it": "^13.0.7",
"ejs": "^3.1.9",
"markdown-it": "^14.0.0",
"mermaid": "^10.8.0"
"@types/markdown-it": "^13.0.7",
"mermaid": "^10.8.0",
"yaml": "^2.4.2"
}
}
Loading

0 comments on commit 154c780

Please sign in to comment.