Skip to content

Commit

Permalink
fix(highlight): supports graphql
Browse files Browse the repository at this point in the history
closes #209
  • Loading branch information
pd4d10 committed Jul 21, 2022
1 parent 9f43b3e commit fd01b02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "tsdv test"
},
"dependencies": {
"highlight.js": "^11.5.1"
"highlight.js": "^11.6.0"
},
"devDependencies": {
"bytemd": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@bytemd/plugin-mermaid": "workspace:*",
"bytemd": "workspace:*",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.5.1",
"highlight.js": "^11.6.0",
"katex": "^0.16.0"
},
"scripts": {
Expand Down
13 changes: 9 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit fd01b02

Please sign in to comment.