Skip to content

Commit

Permalink
upgrade react syntax highlighter and prism
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark committed Mar 28, 2022
1 parent 8a7c32d commit de0c1cb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 27 deletions.
54 changes: 29 additions & 25 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@github/failbot": "0.8.0",
"@primer/css": "^19.4.0",
"@primer/react": "^34.7.1",
"@primer/octicons": "17.0.0",
"@primer/octicons-react": "17.0.0",
"@primer/react": "^34.7.1",
"@react-aria/ssr": "^3.1.0",
"accept-language-parser": "^1.5.0",
"ajv": "^8.9.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.0",
"react-syntax-highlighter": "^15.4.5",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^5.0.2",
"rehype-raw": "^6.1.1",
Expand Down

0 comments on commit de0c1cb

Please sign in to comment.