Skip to content

Commit

Permalink
fix: upgrade @docusaurus/preset-classic from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @docusaurus/preset-classic from 3.0.0 to 3.0.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/muhammad-altabba/project/97fdd18d-9bab-4c87-87eb-da3caee72033?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 22, 2023
1 parent 6b2dbe3 commit 47bc9c7
Show file tree
Hide file tree
Showing 2 changed files with 516 additions and 250 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.1",
"@docusaurus/theme-live-codeblock": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"classnames": "^2.3.2",
Expand Down
Loading

1 comment on commit 47bc9c7

@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: 47bc9c7 Previous: 6b2dbe3 Ratio
processingTx 9439 ops/sec (±3.91%) 9461 ops/sec (±3.80%) 1.00
processingContractDeploy 39022 ops/sec (±7.54%) 39953 ops/sec (±8.59%) 1.02
processingContractMethodSend 19999 ops/sec (±7.04%) 19674 ops/sec (±7.66%) 0.98
processingContractMethodCall 38908 ops/sec (±6.21%) 40398 ops/sec (±6.04%) 1.04
abiEncode 45810 ops/sec (±6.53%) 45689 ops/sec (±7.26%) 1.00
abiDecode 31298 ops/sec (±7.74%) 30825 ops/sec (±8.59%) 0.98
sign 1633 ops/sec (±3.10%) 1617 ops/sec (±3.77%) 0.99
verify 381 ops/sec (±0.54%) 379 ops/sec (±0.57%) 0.99

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

Please sign in to comment.