Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump react-markdown from 9.0.1 to 9.0.3 #288

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"numeral": "^2.0.6",
"react-copy-to-clipboard": "^5.1.0",
"react-loader": "^2.4.7",
"react-markdown": "^9.0.1",
"react-markdown": "^9.0.3",
"react-select": "^5.8.3",
"react-tooltip": "^5.28.0",
"reactjs-popup": "^2.0.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2423,7 +2423,7 @@ __metadata:
react-copy-to-clipboard: "npm:^5.1.0"
react-dom: "npm:^18.3.1"
react-loader: "npm:^2.4.7"
react-markdown: "npm:^9.0.1"
react-markdown: "npm:^9.0.3"
react-select: "npm:^5.8.3"
react-select-event: "npm:^5.5.1"
react-tooltip: "npm:^5.28.0"
Expand Down Expand Up @@ -14072,9 +14072,9 @@ __metadata:
languageName: node
linkType: hard

"react-markdown@npm:^9.0.1":
version: 9.0.1
resolution: "react-markdown@npm:9.0.1"
"react-markdown@npm:^9.0.3":
version: 9.0.3
resolution: "react-markdown@npm:9.0.3"
dependencies:
"@types/hast": "npm:^3.0.0"
devlop: "npm:^1.0.0"
Expand All @@ -14089,7 +14089,7 @@ __metadata:
peerDependencies:
"@types/react": ">=18"
react: ">=18"
checksum: 3a3895dbd56647bc864b8da46dd575e71a9e609eb1e43fea8e8e6209d86e208eddd5b07bf8d7b5306a194b405440760a8d134aebd5a4ce5dc7dee4299e84db96
checksum: 7f1aef171b49af9b84896917c033cbc0f45d0d2b4a5db5a339bf96977a143ae19f21cb7a69a6878b718d5578db021e96372fa33621b79bf57a87efb9b3c84166
languageName: node
linkType: hard

Expand Down
Loading