Skip to content

Commit 02b50ff

Browse files
fix(deps): update dependency react-markdown to v10 (#10685)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8bb362 commit 02b50ff

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"postcss-nesting": "^14.0.0",
7373
"react": "^19.0.0",
7474
"react-dom": "^19.0.0",
75-
"react-markdown": "9.0.3",
75+
"react-markdown": "10.1.0",
7676
"react-select": "5.8.0",
7777
"typescript-json-schema": "0.56.0"
7878
},

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13230,12 +13230,13 @@ react-is@^18.3.1:
1323013230
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
1323113231
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
1323213232

13233-
react-markdown@9.0.3:
13234-
version "9.0.3"
13235-
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-9.0.3.tgz#c12bf60dad05e9bf650b86bcc612d80636e8456e"
13236-
integrity sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==
13233+
react-markdown@10.1.0:
13234+
version "10.1.0"
13235+
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-10.1.0.tgz#e22bc20faddbc07605c15284255653c0f3bad5ca"
13236+
integrity sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==
1323713237
dependencies:
1323813238
"@types/hast" "^3.0.0"
13239+
"@types/mdast" "^4.0.0"
1323913240
devlop "^1.0.0"
1324013241
hast-util-to-jsx-runtime "^2.0.0"
1324113242
html-url-attributes "^3.0.0"

0 commit comments

Comments
 (0)