Skip to content

Commit

Permalink
fix(deps): update dependency react-markdown to v10 (#15518)
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 21, 2025
1 parent 93ca9d3 commit 5a8103c
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 @@ -44,7 +44,7 @@
"react-dom": "18.2.0",
"react-github-btn": "^1.3.0",
"react-lite-youtube-embed": "^2.2.2",
"react-markdown": "^9.0.0"
"react-markdown": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14155,7 +14155,7 @@ __metadata:
react-dom: 18.2.0
react-github-btn: ^1.3.0
react-lite-youtube-embed: ^2.2.2
react-markdown: ^9.0.0
react-markdown: ^10.0.0
typescript: ^5.0.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -19003,11 +19003,12 @@ __metadata:
languageName: node
linkType: hard

"react-markdown@npm:^9.0.0":
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": ^3.0.0
"@types/mdast": ^4.0.0
devlop: ^1.0.0
hast-util-to-jsx-runtime: ^2.0.0
html-url-attributes: ^3.0.0
Expand All @@ -19020,7 +19021,7 @@ __metadata:
peerDependencies:
"@types/react": ">=18"
react: ">=18"
checksum: 7ebb01b295f7c9acddcd305308a8531c58c582c24fb8d6a4897f16b21ba0bd7e9e20ddae4a9024767e910310d22db0003489b61478cdb491a3d802343cf3a931
checksum: 9f5805f54492858186b7a0d7bbc26bcf69bf5dabecce9db1a06914be446d15fd77efc9a17b86e525e782abea62645c5426c43b18dd56049d8e352fa1f0d46477
languageName: node
linkType: hard

Expand Down

0 comments on commit 5a8103c

Please sign in to comment.