Skip to content

Commit

Permalink
chore(deps): Update dependency @astrojs/prism to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 10, 2024
1 parent 4f01c67 commit faca5ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packageManager": "[email protected]",
"dependencies": {
"@astrojs/mdx": "^0.17.0",
"@astrojs/prism": "^2.0.0",
"@astrojs/prism": "^3.0.0",
"@astrojs/react": "^2.0.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand Down
9 changes: 8 additions & 1 deletion docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@
dependencies:
prismjs "^1.28.0"

"@astrojs/prism@^3.0.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@astrojs/prism/-/prism-3.2.0.tgz#e8ad1698395bd05f8d1177b365a8de899655c912"
integrity sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==
dependencies:
prismjs "^1.29.0"

"@astrojs/react@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-2.0.2.tgz#22e1dfb01f481dc2e6b58607f8b131a8754a2d91"
Expand Down Expand Up @@ -3958,7 +3965,7 @@ prism-react-renderer@^1.3.1:
resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz#786bb69aa6f73c32ba1ee813fbe17a0115435085"
integrity sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==

prismjs@^1.28.0:
prismjs@^1.28.0, prismjs@^1.29.0:
version "1.29.0"
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==
Expand Down

0 comments on commit faca5ed

Please sign in to comment.