summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2021-06-16 08:30:34 -0700
committerMatthew Miller <matthew@millerti.me>2021-06-16 08:30:34 -0700
commitcd7ffff177bbc20ba91926822a7a35443baf8d3c (patch)
treec86c68094b7ff9b7412b5db79073e045cb08b0b8
parent7d015c27d523da2c34495b65b8ca1a10044dad0d (diff)
Update typedoc to 0.21.0-beta.4
TypeDoc 0.20.20 has been erroring out on TypeScript 4.3 which is out now, but the beta of 0.21.0 seems to solve things. This’ll get the api-docs subdomain building again
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cf2066e..427d69d 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"ts-jest": "^26.4.4",
"ts-morph": "^9.0.0",
"ts-node": "^8.10.2",
- "typedoc": "^0.20.20",
+ "typedoc": "^0.21.0-beta.4",
"typescript": "^4.0.5"
},
"husky": {