Skip to content

Commit 6449cfa

Browse files
fix(deps): update dependency react-markdown to v10
1 parent 604fe1e commit 6449cfa

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
@@ -61,7 +61,7 @@
6161
"react-diff-viewer": "3.1.1",
6262
"react-dom": "18.2.0",
6363
"react-i18next": "14.1.0",
64-
"react-markdown": "9.0.1",
64+
"react-markdown": "10.0.1",
6565
"react-mde": "12.0.8",
6666
"react-router-dom": "6.22.3",
6767
"react-sparklines": "1.7.0",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10179,7 +10179,7 @@ __metadata:
1017910179
react-diff-viewer: "npm:3.1.1"
1018010180
react-dom: "npm:18.2.0"
1018110181
react-i18next: "npm:14.1.0"
10182-
react-markdown: "npm:9.0.1"
10182+
react-markdown: "npm:10.0.1"
1018310183
react-mde: "npm:12.0.8"
1018410184
react-router-dom: "npm:6.22.3"
1018510185
react-sparklines: "npm:1.7.0"
@@ -14229,11 +14229,12 @@ __metadata:
1422914229
languageName: node
1423014230
linkType: hard
1423114231

14232-
"react-markdown@npm:9.0.1":
14233-
version: 9.0.1
14234-
resolution: "react-markdown@npm:9.0.1"
14232+
"react-markdown@npm:10.0.1":
14233+
version: 10.0.1
14234+
resolution: "react-markdown@npm:10.0.1"
1423514235
dependencies:
1423614236
"@types/hast": "npm:^3.0.0"
14237+
"@types/mdast": "npm:^4.0.0"
1423714238
devlop: "npm:^1.0.0"
1423814239
hast-util-to-jsx-runtime: "npm:^2.0.0"
1423914240
html-url-attributes: "npm:^3.0.0"
@@ -14246,7 +14247,7 @@ __metadata:
1424614247
peerDependencies:
1424714248
"@types/react": ">=18"
1424814249
react: ">=18"
14249-
checksum: 10/71ce31f200982f641d363888a26e8fb52a199a589124f20295e9be870fa3aed26fcfa14d1dc766d83df666a15cb82359291bfda207bd55d5728ff376d217e079
14250+
checksum: 10/a5f6ac169c7034231c01e3e31abeed2c8ca714c4d4fd38faf6ff7bea7d868d42aadb904031f3cc0d7c16bf5e6377b689ab93bbf6e39c35224502003b76696a4d
1425014251
languageName: node
1425114252
linkType: hard
1425214253

0 commit comments

Comments
 (0)