chore: fix generate reference command name in action (#5320)

* chore: fix generate reference command name

* fix require path in typedoc config

* add missing dependencies
This commit is contained in:
Shahed Nasser
2023-10-09 13:45:19 +03:00
committed by GitHub
parent c135730838
commit ce93d75cc5
7 changed files with 482 additions and 9 deletions

View File

@@ -14,6 +14,7 @@
"dependencies": {
"@linear/sdk": "^1.22.0",
"@octokit/core": "^4.0.5",
"@types/node": "^20.8.3",
"ts-node": "^10.9.1",
"typedoc": "0.25.1",
"typedoc-monorepo-link-types": "^0.0.2",
@@ -23,6 +24,7 @@
"typedoc-plugin-merge-modules": "5.1.0",
"typedoc-plugin-modules": "*",
"typedoc-plugin-reference-excluder": "1.1.3",
"typedoc-plugin-rename-defaults": "^0.6.6"
"typedoc-plugin-rename-defaults": "^0.6.6",
"typescript": "^5.2.2"
}
}