Add typescript dep

This commit is contained in:
Marc Rousavy 2021-03-03 13:03:29 +01:00
parent d1516ae622
commit 0fc0dc04ae
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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"
}
}

View File

@ -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"