Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Feb 17, 2025
1 parent 491255f commit ebc340f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typedoc": "~0.25.13",
"typedoc-plugin-extras": "~3.0.0",
"typedoc-plugin-mdn-links": "^3.3.8",
"typedoc-plugin-merge-modules": "^5.1.0",
"typedoc-plugin-merge-modules": "5.1.0",
"typescript": "~5.4.5",
"undici-types": "^5.28.4",
"zlib-sync": "^0.1.9"
Expand Down
2 changes: 1 addition & 1 deletion patches/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ index bf66c8ba53fdf558d6fc775f32241e9ca285d9be..6d5862adba2c0ace184de2ff5d36bb5c
+ if(mod.name.startsWith("REST/")) ref.name = `REST/${ref.name}`;
// Drop aliases
if (!ref.kindOf(typedoc_1.ReflectionKind.Reference)) {
ref.parent = this.project;
ref.parent = this.project;
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebc340f

Please sign in to comment.