Skip to content

Commit 012ecef

Browse files
authored
upgrade copy button plugin to fix malformed icon (#5115)
1 parent ccf7ed1 commit 012ecef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@docusaurus/plugin-pwa": "3.10.1",
5757
"@docusaurus/preset-classic": "3.10.1",
5858
"@docusaurus/theme-mermaid": "3.10.1",
59-
"docusaurus-plugin-copy-page-button": "^0.8.0",
59+
"docusaurus-plugin-copy-page-button": "^0.8.1",
6060
"docusaurus-plugin-sass": "^0.2.6",
6161
"react": "^19.2.7",
6262
"react-dom": "^19.2.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7236,10 +7236,10 @@ doctrine@^2.1.0:
72367236
dependencies:
72377237
esutils "^2.0.2"
72387238

7239-
docusaurus-plugin-copy-page-button@^0.8.0:
7240-
version "0.8.0"
7241-
resolved "https://registry.yarnpkg.com/docusaurus-plugin-copy-page-button/-/docusaurus-plugin-copy-page-button-0.8.0.tgz#31b24ad7e8de434ca1dfd2d8c08ba4024d0a96aa"
7242-
integrity sha512-WsdA9yDlOevHuKiHMq/aZJvLViyYmlyYEPtYaIvL09qScZLu27Lyx7ABycgYz10t389nnz7NcfSKD3ghMs62fg==
7239+
docusaurus-plugin-copy-page-button@^0.8.1:
7240+
version "0.8.1"
7241+
resolved "https://registry.yarnpkg.com/docusaurus-plugin-copy-page-button/-/docusaurus-plugin-copy-page-button-0.8.1.tgz#81bd0cca01551a3995169e3baa5c4bd17a2258b3"
7242+
integrity sha512-TGzSETve01PRdPm79GVckA8lqiFo3kHHVxemzLbSZE7/lqO0MquZHgJtEnq9m3yZGcYdUUTXRlcLgr8d+Qg7Ow==
72437243

72447244
docusaurus-plugin-sass@^0.2.6:
72457245
version "0.2.6"

0 commit comments

Comments
 (0)