Skip to content

Commit

Permalink
chore: Switch to upstream docusaurus-plugin-typedoc (#2557)
Browse files Browse the repository at this point in the history
We were using a fork of `docusaurus-plugin-typedoc` due to a bugfix. Now
that [the fix was merged
upstream](typedoc2md/typedoc-plugin-markdown#472),
we can go back to the main version of the package.
  • Loading branch information
spalladino authored Sep 27, 2023
1 parent 0dde3d5 commit fdf5fce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const config = {
},
],
[
"@spalladino/docusaurus-plugin-typedoc",
"docusaurus-plugin-typedoc",
{
id: "apis/pxe",
entryPoints: ["../yarn-project/types/src/interfaces/aztec_rpc.ts"],
Expand All @@ -135,7 +135,7 @@ const config = {
},
],
[
"@spalladino/docusaurus-plugin-typedoc",
"docusaurus-plugin-typedoc",
{
id: "apis/aztec-js",
entryPoints: [
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.1",
"@spalladino/docusaurus-plugin-typedoc": "^0.20.3",
"@tsconfig/docusaurus": "^1.0.5",
"concurrently": "^8.0.1",
"docusaurus-plugin-typedoc": "^0.20.2",
"nodemon": "^3.0.1",
"typedoc": "^0.25.1",
"typedoc-plugin-markdown": "^3.16.0",
Expand Down
10 changes: 5 additions & 5 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1875,11 +1875,6 @@
p-map "^4.0.0"
webpack-sources "^3.2.2"

"@spalladino/docusaurus-plugin-typedoc@^0.20.3":
version "0.20.3"
resolved "https://registry.yarnpkg.com/@spalladino/docusaurus-plugin-typedoc/-/docusaurus-plugin-typedoc-0.20.3.tgz#04e0f8db61b8328ab0b8d6d4bd43a59fb0cdbbdd"
integrity sha512-LufWGbOUbyztOgJY42UDeQ0bnpTqZBtdIL1duTaIMpNj1MM2N9F3QqQhmQY3J9SnqCnkMjZu13RnK/ninWbLLg==

"@svgr/babel-plugin-add-jsx-attribute@^6.5.1":
version "6.5.1"
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz#74a5d648bd0347bda99d82409d87b8ca80b9a1ba"
Expand Down Expand Up @@ -3961,6 +3956,11 @@ dns-packet@^5.2.2:
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"

docusaurus-plugin-typedoc@^0.20.2:
version "0.20.2"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-typedoc/-/docusaurus-plugin-typedoc-0.20.2.tgz#fc355cbe436a65b1b09f1ec8943fd9d0f06bf365"
integrity sha512-AOEogRFMtU2Ud5Qfatxji/I9csu70CgvtUAMFGDklGJWdFJRqY2gqVFzye8iMw8/Y6/fhb39aCG31rvjcA6QFw==

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 fdf5fce

Please sign in to comment.