Skip to content

Commit

Permalink
Merge pull request #26694 from xyy94813/feature/bump-mdx-js
Browse files Browse the repository at this point in the history
Dependency: bump `markdown-to-jsx` to v7.4.5
  • Loading branch information
valentinpalkovic committed May 14, 2024
2 parents 691069c + b9e316d commit 1e4aadc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion code/ui/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"color-convert": "^2.0.1",
"dequal": "^2.0.2",
"lodash": "^4.17.21",
"markdown-to-jsx": "7.3.2",
"markdown-to-jsx": "^7.4.5",
"memoizerific": "^1.11.3",
"polished": "^4.2.2",
"react-colorful": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion code/ui/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"fs-extra": "^11.1.0",
"fuse.js": "^3.6.1",
"lodash": "^4.17.21",
"markdown-to-jsx": "7.3.2",
"markdown-to-jsx": "^7.4.5",
"memoizerific": "^1.11.3",
"polished": "^4.2.2",
"qs": "^6.10.0",
Expand Down
12 changes: 6 additions & 6 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5605,7 +5605,7 @@ __metadata:
color-convert: "npm:^2.0.1"
dequal: "npm:^2.0.2"
lodash: "npm:^4.17.21"
markdown-to-jsx: "npm:7.3.2"
markdown-to-jsx: "npm:^7.4.5"
memoizerific: "npm:^1.11.3"
polished: "npm:^4.2.2"
react-colorful: "npm:^5.1.2"
Expand Down Expand Up @@ -6293,7 +6293,7 @@ __metadata:
fs-extra: "npm:^11.1.0"
fuse.js: "npm:^3.6.1"
lodash: "npm:^4.17.21"
markdown-to-jsx: "npm:7.3.2"
markdown-to-jsx: "npm:^7.4.5"
memoizerific: "npm:^1.11.3"
polished: "npm:^4.2.2"
qs: "npm:^6.10.0"
Expand Down Expand Up @@ -19705,12 +19705,12 @@ __metadata:
languageName: node
linkType: hard

"markdown-to-jsx@npm:7.3.2":
version: 7.3.2
resolution: "markdown-to-jsx@npm:7.3.2"
"markdown-to-jsx@npm:^7.4.5":
version: 7.4.5
resolution: "markdown-to-jsx@npm:7.4.5"
peerDependencies:
react: ">= 0.14.0"
checksum: 10c0/191b9a9defeed02e12dd340cebf279f577266dac7b34574fa44ce4d64ee8536f9967d455b8303c853f84413feb473118290a6160d8221eeaf3b9e4961b8980e3
checksum: 10c0/1c917be129a2d7091715cca7230c7adfa457ed3069fb243d6df4f22721749ee1a5a6d7be5d88d8ccbb422cc8c7f12fb87112e24c70da9ea45d9a3b9b62ffbb76
languageName: node
linkType: hard

Expand Down

0 comments on commit 1e4aadc

Please sign in to comment.