Skip to content

Commit

Permalink
Update deps and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdowney committed Jun 3, 2023
1 parent 1416711 commit 7af2609
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 7 deletions.
190 changes: 185 additions & 5 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
"dependencies": {
"create-react-class": "^15.7.0",
"highlight.js": "11.5.1",
"katex": "0.12.0",
"markdown-it": "12.3.2",
"markdown-it-block-image": "0.0.3",
"markdown-it-footnote": "3.0.3",
"markdown-it-texmath": "0.9.7",
"markdown-it-toc-done-right": "4.2.0",
"plantuml-encoder": "^1.4.0",
"punycode": "2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-multi-select-component": "^4.3.4"
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

;; Description
:name "RenderGPT"
:description "A Chrome extension to render structured output from ChatGPT into rich text and other views."
:version "1.0"
:description "A Chrome extension to render HTML/JavaScript/CSS from ChatGPT into iframes."
:version "1.3"
:icons {"16" "images/icon16.png"
"32" "images/icon32.png"
"48" "images/icon48.png"
Expand Down

0 comments on commit 7af2609

Please sign in to comment.