Skip to content

Commit

Permalink
Support typedoc 0.27.x
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Nov 27, 2024
1 parent c56221f commit cda3266
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 85 deletions.
191 changes: 112 additions & 79 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"dev": "cd test && typedoc && serve --no-request-logging docs"
},
"devDependencies": {
"serve": "^14.2.3",
"typedoc": "^0.26.0",
"typescript": "^5.5.2"
"serve": "^14.2.4",
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
},
"peerDependencies": {
"typedoc": ">=0.22.x <0.27.x"
"typedoc": ">=0.22.x <0.28.x"
},
"volta": {
"node": "20.15.0",
"npm": "10.8.1"
"node": "22.11.0",
"npm": "10.9.1"
},
"dependencies": {
"camelcase": "^8.0.0"
Expand Down

0 comments on commit cda3266

Please sign in to comment.