Skip to content

Commit

Permalink
fix(deps): update dependency prism-react-renderer to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2023
1 parent 229d38e commit 40b34a2
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 11 deletions.
67 changes: 58 additions & 9 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 @@ -27,7 +27,7 @@
"node-forge": "1.3.1",
"nth-check": "2.1.1",
"postcss": "8.4.23",
"prism-react-renderer": "1.3.5",
"prism-react-renderer": "2.0.4",
"raw-loader": "4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2150,6 +2150,11 @@
resolved "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz"
integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==

"@types/prismjs@^1.26.0":
version "1.26.0"
resolved "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.0.tgz"
integrity sha512-ZTaqn/qSqUuAq1YwvOFQfVW1AR/oQJlLSZVustdjwI+GZ8kr0MSHBj0tsXPW1EqHubx50gtBEjbPGsdZwQwCjQ==

"@types/prop-types@*":
version "15.7.4"
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz"
Expand Down Expand Up @@ -5982,7 +5987,15 @@ pretty-time@^1.1.0:
resolved "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz"
integrity sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==

[email protected], prism-react-renderer@^1.3.5:
[email protected]:
version "2.0.4"
resolved "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-2.0.4.tgz"
integrity sha512-1fcayBPhlGWLjKHeZMA2eJbvLsq1YJsoP3CUOF0BNlobw4knAYS6EWHYawywaZ5zoIxYkgxuqrrkCj7b+135ow==
dependencies:
"@types/prismjs" "^1.26.0"
clsx "^1.2.1"

prism-react-renderer@^1.3.5:
version "1.3.5"
resolved "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz"
integrity sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==
Expand Down

0 comments on commit 40b34a2

Please sign in to comment.