fix: pin remark-gfm to v3.0.1 for compatibility with react-markdown v8 (#36388)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Rafael Benitez
2026-01-21 18:58:31 -03:00
committed by GitHub
parent d2907b2577
commit daec330127
7 changed files with 1035 additions and 973 deletions

View File

@@ -12,6 +12,9 @@ updates:
# not until React >= 18.0.0
- dependency-name: "storybook"
- dependency-name: "@storybook*"
# remark-gfm v4+ requires react-markdown v9+, which needs React 18
- dependency-name: "remark-gfm"
- dependency-name: "react-markdown"
# JSDOM v30 doesn't play well with Jest v30
# Source: https://jestjs.io/blog#known-issues
# GH thread: https://github.com/jsdom/jsdom/issues/3492