Skip to content

Commit

Permalink
fix: upgrade @mdx-js/react from 3.0.1 to 3.1.0 (#7395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba authored Nov 19, 2024
1 parent 079c558 commit 5437fbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-live-codeblock": "^3.5.2",
"@mdx-js/react": "^3.0.0",
"@mdx-js/react": "^3.1.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.5.0",
Expand Down
7 changes: 7 additions & 0 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,13 @@
dependencies:
"@types/mdx" "^2.0.0"

"@mdx-js/react@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
dependencies:
"@types/mdx" "^2.0.0"

"@messageformat/parser@^5.0.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@messageformat/parser/-/parser-5.1.0.tgz#05e4851c782d633ad735791dd0a68ee65d2a7201"
Expand Down

1 comment on commit 5437fbc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 5437fbc Previous: 079c558 Ratio
processingTx 23185 ops/sec (±7.07%) 20812 ops/sec (±6.93%) 0.90
processingContractDeploy 39369 ops/sec (±7.85%) 33699 ops/sec (±8.92%) 0.86
processingContractMethodSend 16560 ops/sec (±6.83%) 14367 ops/sec (±7.52%) 0.87
processingContractMethodCall 27873 ops/sec (±6.86%) 25691 ops/sec (±6.35%) 0.92
abiEncode 44185 ops/sec (±8.48%) 38458 ops/sec (±8.44%) 0.87
abiDecode 31247 ops/sec (±7.26%) 27504 ops/sec (±6.34%) 0.88
sign 1579 ops/sec (±0.89%) 1507 ops/sec (±0.72%) 0.95
verify 371 ops/sec (±0.50%) 358 ops/sec (±0.62%) 0.96

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.