Skip to content

Commit

Permalink
fix: upgrade prism-react-renderer from 2.3.1 to 2.4.0 (#7367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba authored Nov 14, 2024
1 parent 8c55cb0 commit 471c12b
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -23,7 +23,7 @@
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.3.1",
"prism-react-renderer": "^2.3.0",
"prism-react-renderer": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8889,6 +8889,14 @@ prism-react-renderer@^2.0.6, prism-react-renderer@^2.3.0:
"@types/prismjs" "^1.26.0"
clsx "^2.0.0"

prism-react-renderer@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-2.4.0.tgz#c5ea692029c2f8b3fd04f63662d04ffd4eaf10a0"
integrity sha512-327BsVCD/unU4CNLZTWVHyUHKnsqcvj2qbPlQ8MiBE2eq2rgctjigPA1Gp9HLF83kZ20zNN6jgizHJeEsyFYOw==
dependencies:
"@types/prismjs" "^1.26.0"
clsx "^2.0.0"

prismjs@^1.29.0:
version "1.29.0"
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
Expand Down

1 comment on commit 471c12b

@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: 471c12b Previous: 8c55cb0 Ratio
processingTx 22205 ops/sec (±6.48%) 23460 ops/sec (±6.37%) 1.06
processingContractDeploy 40507 ops/sec (±7.62%) 39321 ops/sec (±7.92%) 0.97
processingContractMethodSend 16659 ops/sec (±7.48%) 16148 ops/sec (±8.20%) 0.97
processingContractMethodCall 28692 ops/sec (±6.01%) 27213 ops/sec (±7.81%) 0.95
abiEncode 46068 ops/sec (±6.92%) 44027 ops/sec (±7.34%) 0.96
abiDecode 30878 ops/sec (±7.65%) 30382 ops/sec (±7.74%) 0.98
sign 1533 ops/sec (±0.96%) 1553 ops/sec (±0.85%) 1.01
verify 364 ops/sec (±0.62%) 363 ops/sec (±2.49%) 1.00

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

Please sign in to comment.