Add typescript dep
This commit is contained in:
parent
d1516ae622
commit
0fc0dc04ae
3
.github/workflows/build-docs.yml
vendored
3
.github/workflows/build-docs.yml
vendored
@ -6,7 +6,6 @@ on:
|
||||
|
||||
jobs:
|
||||
gh-release:
|
||||
if: github.event_name != 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -35,4 +34,4 @@ jobs:
|
||||
git config --global user.name "gh-actions"
|
||||
cd docs
|
||||
yarn install --frozen-lockfile
|
||||
npx docusaurus deploy
|
||||
yarn deploy
|
||||
|
@ -34,6 +34,7 @@
|
||||
"devDependencies": {
|
||||
"docusaurus-plugin-typedoc": "^0.10.0",
|
||||
"typedoc": "^0.20.28",
|
||||
"typedoc-plugin-markdown": "^3.6.0"
|
||||
"typedoc-plugin-markdown": "^3.6.0",
|
||||
"typescript": "^4.2.2"
|
||||
}
|
||||
}
|
||||
|
@ -9760,6 +9760,11 @@ typedoc@^0.20.28:
|
||||
shiki "^0.9.2"
|
||||
typedoc-default-themes "^0.12.7"
|
||||
|
||||
typescript@^4.2.2:
|
||||
version "4.2.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
|
||||
integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==
|
||||
|
||||
ua-parser-js@^0.7.18:
|
||||
version "0.7.24"
|
||||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.24.tgz#8d3ecea46ed4f1f1d63ec25f17d8568105dc027c"
|
||||
|
Loading…
Reference in New Issue
Block a user