Skip to content

Commit

Permalink
update docusaurus packages versions to be the same for all
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Jan 4, 2024
1 parent 0f0890e commit c9df35d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@docusaurus/theme-live-codeblock": "^3.0.0",
"@docusaurus/theme-live-codeblock": "^3.0.1",
"@mdx-js/react": "^3.0.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@
"@docsearch/css" "3.5.2"
algoliasearch "^4.19.1"

"@docusaurus/core@3.0.1", "@docusaurus/core@^3.0.0":
"@docusaurus/core@3.0.1", "@docusaurus/core@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.0.1.tgz#ad9a66b20802ea81b25e65db75d4ca952eda7e01"
integrity sha512-CXrLpOnW+dJdSv8M5FAJ3JBwXtL6mhUWxFA8aS0ozK6jBG/wgxERk5uvH28fCeFxOGbAT9v1e9dOMo1X2IEVhQ==
Expand Down Expand Up @@ -1545,7 +1545,7 @@
tslib "^2.6.0"
utility-types "^3.10.0"

"@docusaurus/theme-live-codeblock@^3.0.0":
"@docusaurus/theme-live-codeblock@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@docusaurus/theme-live-codeblock/-/theme-live-codeblock-3.0.1.tgz#55624fba479da9816419f80b40d070b67cab364a"
integrity sha512-1NfV6pi7uoFTq7Yj3Rc9NBWMVj3OZbwWxV5tcCY/TNvlJOWerSNZQIz0oF2cqU7QPfw/ZOCPz5imM1uQ4pKN2g==
Expand Down

1 comment on commit c9df35d

@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: c9df35d Previous: 6c075db Ratio
processingTx 9440 ops/sec (±3.80%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 40878 ops/sec (±6.37%) 39129 ops/sec (±7.62%) 0.96
processingContractMethodSend 19839 ops/sec (±6.97%) 19443 ops/sec (±5.19%) 0.98
processingContractMethodCall 39438 ops/sec (±6.21%) 38971 ops/sec (±6.34%) 0.99
abiEncode 43400 ops/sec (±6.88%) 44252 ops/sec (±6.92%) 1.02
abiDecode 31996 ops/sec (±8.37%) 30419 ops/sec (±8.89%) 0.95
sign 1668 ops/sec (±4.09%) 1656 ops/sec (±4.08%) 0.99
verify 381 ops/sec (±0.58%) 373 ops/sec (±0.78%) 0.98

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

Please sign in to comment.