Skip to content

Commit

Permalink
fix: upgrade @cookbookdev/docsbot from 4.24.0 to 4.24.4 (#7403)
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos authored Nov 21, 2024
1 parent 56d4aec commit 3b122a2
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 @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@cookbookdev/docsbot": "^4.21.23",
"@cookbookdev/docsbot": "^4.24.4",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-live-codeblock": "^3.5.2",
Expand Down
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1271,10 +1271,10 @@
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==

"@cookbookdev/docsbot@^4.21.23":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@cookbookdev/docsbot/-/docsbot-4.24.0.tgz#3537bd6e6c5e48152b6f15fa956fb2cb7caab4ec"
integrity sha512-8v62HNLzAKPVu1NjSI/o0bkR67GCz5WSlNXCOvBs4jJktny4s+XvrfXgG9wo/m8UyKuPky63skAWaKTE3I+M6g==
"@cookbookdev/docsbot@^4.24.4":
version "4.24.7"
resolved "https://registry.yarnpkg.com/@cookbookdev/docsbot/-/docsbot-4.24.7.tgz#98288b5018e068b1b41a3913fc09c2e48447418c"
integrity sha512-XqEaIBX3iFRQoM5dNm06UVYnBZ19BiV2mw3DWj4RcHtViGuOtRw943/Ab6IJc9cN+tJqE5OV9vb6OQUSttVmiw==
dependencies:
"@cookbookdev/sonner" "1.5.1"
"@headlessui/react" "^1.7.18"
Expand Down

1 comment on commit 3b122a2

@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: 3b122a2 Previous: 56d4aec Ratio
processingTx 23143 ops/sec (±7.91%) 21333 ops/sec (±6.28%) 0.92
processingContractDeploy 41880 ops/sec (±7.41%) 37350 ops/sec (±9.12%) 0.89
processingContractMethodSend 16304 ops/sec (±7.62%) 15425 ops/sec (±8.46%) 0.95
processingContractMethodCall 28187 ops/sec (±7.87%) 27828 ops/sec (±7.27%) 0.99
abiEncode 46041 ops/sec (±6.65%) 42616 ops/sec (±7.22%) 0.93
abiDecode 30865 ops/sec (±7.38%) 29566 ops/sec (±9.87%) 0.96
sign 1573 ops/sec (±0.80%) 1505 ops/sec (±3.30%) 0.96
verify 362 ops/sec (±0.79%) 365 ops/sec (±0.58%) 1.01

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

Please sign in to comment.