Skip to content

Commit

Permalink
[Fix Bug] Cannot show markdown correctly for the upgrading of the rea…
Browse files Browse the repository at this point in the history
…ct-markdown.
  • Loading branch information
yjcyxky committed Mar 9, 2024
1 parent 1d2cb7e commit effd69e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"antd": "5.7.0",
"antd-schema-form": "^4.5.1",
"axios": "^1.1.2",
"biominer-components": "0.3.6",
"biominer-components": "0.3.7",
"classnames": "^2.3.0",
"handlebars": "^4.7.7",
"handsontable": "^12.1.3",
Expand All @@ -58,7 +58,7 @@
"react-helmet-async": "^1.2.0",
"react-highlight-words": "^0.20.0",
"react-json-viewer": "^3.0.1",
"react-markdown": "^8.0.3",
"react-markdown": "^9.0.1",
"react-moveable": "^0.49.1",
"react-mutation-plot": "^1.3.1",
"react-plotly.js": "^2.6.0",
Expand Down
12 changes: 6 additions & 6 deletions studio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5375,10 +5375,10 @@ bindings@^1.5.0:
dependencies:
file-uri-to-path "1.0.0"

biominer-components@0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/biominer-components/-/biominer-components-0.3.6.tgz#84743106ff8c6a9182394b6d6cef457cf9121232"
integrity sha512-ORvQ4QPzA70psw7+7m83LEFVzuMNMOQSP6/lMyLTn8Bdpyy0D03EVQQPXHroG830SFJudQfW6MAa9+2SWQYHwQ==
biominer-components@0.3.7:
version "0.3.7"
resolved "https://registry.yarnpkg.com/biominer-components/-/biominer-components-0.3.7.tgz#99500932c8be034d266078701229b4185fa4c18e"
integrity sha512-TFwnQnEPs78sEbRY5r89iJUQspDVEYzbvIKGy92WlKVy+AES/ZQAmc8Wrc7ZUvv38R/4ad/U35U1ehEpc6FU8g==
dependencies:
"@fingerprintjs/fingerprintjs" "^4.2.2"
ag-grid-community "^31.0.1"
Expand All @@ -5393,7 +5393,7 @@ biominer-components@0.3.6:
react-chart-editor "^0.46.1"
react-full-screen "^1.1.1"
react-highlight-words "^0.20.0"
react-markdown "^9.0.1"
react-markdown "8.0.7"
react-moveable "^0.56.0"
react-plotly.js "^2.6.0"
react-textarea-autosize "^8.5.3"
Expand Down Expand Up @@ -15897,7 +15897,7 @@ react-lifecycles-compat@^3.0.4:
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==

react-markdown@^8.0.3:
react-markdown@8.0.7:
version "8.0.7"
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-8.0.7.tgz#c8dbd1b9ba5f1c5e7e5f2a44de465a3caafdf89b"
integrity sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==
Expand Down

0 comments on commit effd69e

Please sign in to comment.