Skip to content

Commit

Permalink
Patch markdown-to-jsx to fix ReactChild references
Browse files Browse the repository at this point in the history
  • Loading branch information
mrginglymus committed Dec 14, 2024
1 parent cb01d31 commit 5acb6e1
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 5 deletions.
38 changes: 38 additions & 0 deletions code/.yarn/patches/markdown-to-jsx-npm-7.7.1-6038885620.patch

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
"js-yaml": "^4.1.0",
"lazy-universal-dotenv": "^4.0.0",
"leven": "^4.0.0",
"markdown-to-jsx": "^7.4.5",
"markdown-to-jsx": "patch:markdown-to-jsx@npm%3A7.7.1#~/.yarn/patches/markdown-to-jsx-npm-7.7.1-6038885620.patch",
"memfs": "^4.11.1",
"memoizerific": "^1.11.3",
"nanoid": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/color-convert": "^2.0.0",
"color-convert": "^2.0.1",
"es-toolkit": "^1.22.0",
"markdown-to-jsx": "^7.7.1",
"markdown-to-jsx": "patch:markdown-to-jsx@npm%3A7.7.1#~/.yarn/patches/markdown-to-jsx-npm-7.7.1-6038885620.patch",
"memoizerific": "^1.11.3",
"polished": "^4.2.2",
"react-colorful": "^5.1.2",
Expand Down
15 changes: 12 additions & 3 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6113,7 +6113,7 @@ __metadata:
"@types/color-convert": "npm:^2.0.0"
color-convert: "npm:^2.0.1"
es-toolkit: "npm:^1.22.0"
markdown-to-jsx: "npm:^7.7.1"
markdown-to-jsx: "patch:markdown-to-jsx@npm%3A7.7.1#~/.yarn/patches/markdown-to-jsx-npm-7.7.1-6038885620.patch"
memoizerific: "npm:^1.11.3"
polished: "npm:^4.2.2"
react-colorful: "npm:^5.1.2"
Expand Down Expand Up @@ -6440,7 +6440,7 @@ __metadata:
jsdoc-type-pratt-parser: "npm:^4.0.0"
lazy-universal-dotenv: "npm:^4.0.0"
leven: "npm:^4.0.0"
markdown-to-jsx: "npm:^7.4.5"
markdown-to-jsx: "patch:markdown-to-jsx@npm%3A7.7.1#~/.yarn/patches/markdown-to-jsx-npm-7.7.1-6038885620.patch"
memfs: "npm:^4.11.1"
memoizerific: "npm:^1.11.3"
nanoid: "npm:^4.0.2"
Expand Down Expand Up @@ -20234,7 +20234,7 @@ __metadata:
languageName: node
linkType: hard

"markdown-to-jsx@npm:^7.4.5, markdown-to-jsx@npm:^7.7.1":
"markdown-to-jsx@npm:7.7.1":
version: 7.7.1
resolution: "markdown-to-jsx@npm:7.7.1"
peerDependencies:
Expand All @@ -20243,6 +20243,15 @@ __metadata:
languageName: node
linkType: hard

"markdown-to-jsx@patch:markdown-to-jsx@npm%3A7.7.1#~/.yarn/patches/markdown-to-jsx-npm-7.7.1-6038885620.patch":
version: 7.7.1
resolution: "markdown-to-jsx@patch:markdown-to-jsx@npm%3A7.7.1#~/.yarn/patches/markdown-to-jsx-npm-7.7.1-6038885620.patch::version=7.7.1&hash=ad34a1"
peerDependencies:
react: ">= 0.14.0"
checksum: 10c0/c5d8983a14bb448d87ef581ac79dedea0fcf0f715dfe1cae1a1d89116c8a090fc0668be4eca8cf0c6b5848ae68c9345662a00b3342a61f80ae0e3014a6c8ea2c
languageName: node
linkType: hard

"matcher-collection@npm:^1.0.0, matcher-collection@npm:^1.1.1":
version: 1.1.2
resolution: "matcher-collection@npm:1.1.2"
Expand Down

0 comments on commit 5acb6e1

Please sign in to comment.