Skip to content

Commit

Permalink
chore(deps): bumping syntax-highlighter to support graphql (#309)
Browse files Browse the repository at this point in the history
[<img height=20 src=https://readme.com/static/favicon.ico align=center>][demo] |
:---:|

## 🧰 Changes

This bumps `@readme/syntax-highlighter` to allow for us to start highlighting GraphQL code. Available code language modes (the language that comes after the 3 backticks) that we'll support are `graphql` and `gql`.

## 📚 Release Notes
### 10.13.0 (2021-09-17)

* docs: adding a code of conduct ([41d91b5](readmeio/syntax-highlighter@41d91b5))
* feat: adding highlight support for graphql (#173) ([8ffcb52](readmeio/syntax-highlighter@8ffcb52)), closes [#173](readmeio/syntax-highlighter#173)


[demo]: https://markdown-pr-309.herokuapp.com
[prod]: https://rdme.readme.io
  • Loading branch information
erunion authored Sep 20, 2021
1 parent 2c72d21 commit c38ba00
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 9 deletions.
154 changes: 146 additions & 8 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 @@ -29,7 +29,7 @@
},
"dependencies": {
"@readme/emojis": "^3.0.0",
"@readme/syntax-highlighter": "^10.12.0",
"@readme/syntax-highlighter": "^10.13.0",
"copy-to-clipboard": "^3.3.1",
"hast-util-sanitize": "^4.0.0",
"hast-util-to-string": "^1.0.4",
Expand Down

0 comments on commit c38ba00

Please sign in to comment.