Skip to content

Commit

Permalink
chore(deps): update dependency react-markdown to v10 (#17160)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent 7ce2a35 commit 1cee47a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prism-react-renderer": "^2.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "9.0.3",
"react-markdown": "10.0.0",
"react-tweet": "3.2.1"
},
"devDependencies": {
Expand Down
11 changes: 6 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10773,11 +10773,12 @@ __metadata:
languageName: node
linkType: hard

"react-markdown@npm:9.0.3":
version: 9.0.3
resolution: "react-markdown@npm:9.0.3"
"react-markdown@npm:10.0.0":
version: 10.0.0
resolution: "react-markdown@npm:10.0.0"
dependencies:
"@types/hast": "npm:^3.0.0"
"@types/mdast": "npm:^4.0.0"
devlop: "npm:^1.0.0"
hast-util-to-jsx-runtime: "npm:^2.0.0"
html-url-attributes: "npm:^3.0.0"
Expand All @@ -10790,7 +10791,7 @@ __metadata:
peerDependencies:
"@types/react": ">=18"
react: ">=18"
checksum: 10/b97eb9a61762762043263286ece030bd878acabe24bbf433767a9518cb18e434e26a75b1b810a7cb966e304ddb4e16bd4a15edcc808113b11b4fb85a68d99e8d
checksum: 10/513d9119587b561ac1195e3b2fa30b2bd9149b4dea658c189e2417fda600fbf9d5067967f098ea8e2d525b5fc7db00e3e4176ba2662a6eb503bc09d9b8bd5b5a
languageName: node
linkType: hard

Expand Down Expand Up @@ -11387,7 +11388,7 @@ __metadata:
prism-react-renderer: "npm:^2.3.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-markdown: "npm:9.0.3"
react-markdown: "npm:10.0.0"
react-tweet: "npm:3.2.1"
webpack: "npm:5.98.0"
webpack-cli: "npm:6.0.1"
Expand Down

0 comments on commit 1cee47a

Please sign in to comment.