Skip to content

Commit 405295e

Browse files
authored
upgrade typedoc (#1454)
1 parent d936236 commit 405295e

File tree

3 files changed

+45
-138
lines changed

3 files changed

+45
-138
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
with:
1818
node-version: 14
1919
# Render typedoc
20-
# Using custom branch to workaround: https://github.com/TypeStrong/typedoc/issues/1585
21-
- run: npm install && git clone --depth 1 https://github.com/cspotcode/typedoc --branch patch-2 && pushd typedoc && npm install && npm run build || true && popd && ./typedoc/bin/typedoc
20+
- run: npm install && npx typedoc
2221
# Render docusaurus and deploy website
2322
- run: |
2423
set -euo pipefail

package-lock.json

Lines changed: 39 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"rimraf": "^3.0.0",
138138
"semver": "^7.1.3",
139139
"throat": "^6.0.1",
140-
"typedoc": "^0.20.28",
140+
"typedoc": "^0.22.3",
141141
"typescript": "4.3.5",
142142
"typescript-json-schema": "^0.42.0",
143143
"util.promisify": "^1.0.1"
@@ -172,5 +172,9 @@
172172
},
173173
"prettier": {
174174
"singleQuote": true
175+
},
176+
"volta": {
177+
"node": "16.9.1",
178+
"npm": "6.14.15"
175179
}
176180
}

0 commit comments

Comments
 (0)