Skip to content

Commit

Permalink
fix: upgrade docusaurus-lunr-search from 3.4.0 to 3.5.0 (#7396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba authored Nov 19, 2024
1 parent 5eeb2d6 commit e79ace2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@mdx-js/react": "^3.0.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.3.1",
"docusaurus-lunr-search": "^3.5.0",
"prism-react-renderer": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5106,10 +5106,10 @@ dns-packet@^5.2.2:
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"

docusaurus-lunr-search@^3.3.1:
version "3.4.0"
resolved "https://registry.yarnpkg.com/docusaurus-lunr-search/-/docusaurus-lunr-search-3.4.0.tgz#cefb0f8628f629e780451ae042d3cc35f078826f"
integrity sha512-GfllnNXCLgTSPH9TAKWmbn8VMfwpdOAZ1xl3T2GgX8Pm26qSDLfrrdVwjguaLfMJfzciFL97RKrAJlgrFM48yw==
docusaurus-lunr-search@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/docusaurus-lunr-search/-/docusaurus-lunr-search-3.5.0.tgz#52832d7bdd858ed093e98a743ee7bd4df596cfbf"
integrity sha512-k3zN4jYMi/prWInJILGKOxE+BVcgYinwj9+gcECsYm52tS+4ZKzXQzbPnVJAEXmvKOfFMcDFvS3MSmm6cEaxIQ==
dependencies:
autocomplete.js "^0.37.0"
clsx "^1.2.1"
Expand Down

1 comment on commit e79ace2

@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: e79ace2 Previous: 5eeb2d6 Ratio
processingTx 23018 ops/sec (±7.40%) 21473 ops/sec (±6.68%) 0.93
processingContractDeploy 38805 ops/sec (±7.15%) 38101 ops/sec (±7.72%) 0.98
processingContractMethodSend 16423 ops/sec (±6.63%) 15261 ops/sec (±8.62%) 0.93
processingContractMethodCall 28283 ops/sec (±6.94%) 26904 ops/sec (±7.20%) 0.95
abiEncode 43750 ops/sec (±7.35%) 44897 ops/sec (±6.89%) 1.03
abiDecode 30100 ops/sec (±8.53%) 29584 ops/sec (±10.53%) 0.98
sign 1538 ops/sec (±3.21%) 1532 ops/sec (±3.63%) 1.00
verify 374 ops/sec (±0.49%) 365 ops/sec (±0.62%) 0.98

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

Please sign in to comment.