Skip to content

Commit e4727e8

Browse files
fix(deps): update dependency react-markdown to v10
1 parent 8b3f53e commit e4727e8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"react-diff-viewer": "3.1.1",
5959
"react-dom": "18.3.1",
6060
"react-i18next": "15.0.0",
61-
"react-markdown": "9.0.1",
61+
"react-markdown": "10.1.0",
6262
"react-mde": "12.0.8",
6363
"react-router-dom": "6.25.1",
6464
"react-sparklines": "1.7.0",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9074,7 +9074,7 @@ __metadata:
90749074
react-diff-viewer: "npm:3.1.1"
90759075
react-dom: "npm:18.3.1"
90769076
react-i18next: "npm:15.0.0"
9077-
react-markdown: "npm:9.0.1"
9077+
react-markdown: "npm:10.1.0"
90789078
react-mde: "npm:12.0.8"
90799079
react-router-dom: "npm:6.25.1"
90809080
react-sparklines: "npm:1.7.0"
@@ -12700,11 +12700,12 @@ __metadata:
1270012700
languageName: node
1270112701
linkType: hard
1270212702

12703-
"react-markdown@npm:9.0.1":
12704-
version: 9.0.1
12705-
resolution: "react-markdown@npm:9.0.1"
12703+
"react-markdown@npm:10.1.0":
12704+
version: 10.1.0
12705+
resolution: "react-markdown@npm:10.1.0"
1270612706
dependencies:
1270712707
"@types/hast": "npm:^3.0.0"
12708+
"@types/mdast": "npm:^4.0.0"
1270812709
devlop: "npm:^1.0.0"
1270912710
hast-util-to-jsx-runtime: "npm:^2.0.0"
1271012711
html-url-attributes: "npm:^3.0.0"
@@ -12717,7 +12718,7 @@ __metadata:
1271712718
peerDependencies:
1271812719
"@types/react": ">=18"
1271912720
react: ">=18"
12720-
checksum: 10/71ce31f200982f641d363888a26e8fb52a199a589124f20295e9be870fa3aed26fcfa14d1dc766d83df666a15cb82359291bfda207bd55d5728ff376d217e079
12721+
checksum: 10/886c037d18266e94750abbc00c6096435bccd4da5f2d1727984bcbdf83e9f2a5cc9a6b0eecfe6c30456dc26546fee41c7f6aecbf176e6d7453963df4abefd7df
1272112722
languageName: node
1272212723
linkType: hard
1272312724

0 commit comments

Comments
 (0)