Skip to content

Commit

Permalink
Upgrade Github Codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
stanch committed Jul 16, 2024
1 parent c71eada commit b468472
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
},

themes: [
'@saucelabs/theme-github-codeblock',
'docusaurus-theme-github-codeblock',
'@docusaurus/theme-mermaid',
],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@rjsf/mui": "~5.12.1",
"@rjsf/utils": "~5.12.1",
"@rjsf/validator-ajv8": "~5.12.1",
"@saucelabs/theme-github-codeblock": "^0.2.3",
"@sideway/formula": "^3.0.1",
"@snowplow/browser-plugin-link-click-tracking": "^3.5.0",
"@snowplow/browser-tracker": "^3.5.0",
"clsx": "^1.2.1",
"cookie-though": "^1.5.0",
"d3-color": "^3.1.0",
"docusaurus-theme-github-codeblock": "^2.0.2",
"hast-util-is-element": "1.1.0",
"http-cache-semantics": "^4.1.1",
"js-cookie": "^3.0.1",
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@
fs-extra "^11.1.1"
tslib "^2.6.0"

"@docusaurus/[email protected]":
"@docusaurus/[email protected]", "@docusaurus/types@^3.0.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.4.0.tgz#237c3f737e9db3f7c1a5935a3ef48d6eadde8292"
integrity sha512-4jcDO8kXi5Cf9TcyikB/yKmz14f2RZ2qTRerbHAsS+5InE9ZgSLBNLsewtFTcTOXSVcbU3FoGOzcNWAmU1TR0A==
Expand Down Expand Up @@ -2229,11 +2229,6 @@
lodash "^4.17.21"
lodash-es "^4.17.21"

"@saucelabs/theme-github-codeblock@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@saucelabs/theme-github-codeblock/-/theme-github-codeblock-0.2.3.tgz#706a43292f600532271979941b0155db667c2c21"
integrity sha512-GSl3Lr/jOWm4OP3BPX2vXxc8FMSOXj1mJnls6cUqMwlGOfKQ1Ia9pq1O9/ES+5TrZHIzAws/n5FFSn1OkGJw/Q==

"@sideway/address@^4.1.5":
version "4.1.5"
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5"
Expand Down Expand Up @@ -4613,6 +4608,13 @@ dns-packet@^5.2.2:
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"

docusaurus-theme-github-codeblock@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/docusaurus-theme-github-codeblock/-/docusaurus-theme-github-codeblock-2.0.2.tgz#88b7044b81f9091330e8e4a07a1bdc9114a9fb93"
integrity sha512-H2WoQPWOLjGZO6KS58Gsd+eUVjTFJemkReiSSu9chqokyLc/3Ih3+zPRYfuEZ/HsDvSMIarf7CNcp+Vt+/G+ig==
dependencies:
"@docusaurus/types" "^3.0.0"

dom-converter@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
Expand Down

0 comments on commit b468472

Please sign in to comment.