Update deps (#9349)

This commit is contained in:
Jukka Kurkela 2021-07-04 14:27:00 +03:00 committed by GitHub
parent 124581a679
commit 28d6619555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2208 additions and 2490 deletions

View File

@ -35,7 +35,7 @@ module.exports = {
{
entryPoints: ['../../types/index.esm.d.ts'],
hideInPageTOC: true,
tsconfig: '../../tsconfig.json',
tsconfig: 'tsconfig.json',
sidebar: {
fullNames: true,
parentCategory: 'API',

4690
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -92,16 +92,16 @@
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-istanbul": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"typedoc": "^0.20.35",
"typedoc": "^0.21.2",
"typedoc-plugin-markdown": "^3.6.1",
"typescript": "~4.1.0",
"vue-tabs-component": "^1.5.0",
"vuepress": "^1.8.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-flexsearch": "^0.1.0",
"vuepress-plugin-flexsearch": "^0.2.0",
"vuepress-plugin-redirect": "^1.2.5",
"vuepress-plugin-tabs": "^0.3.0",
"vuepress-plugin-typedoc": "^0.7.0",
"vuepress-plugin-typedoc": "^0.8.1",
"vuepress-theme-chartjs": "^0.2.0",
"yargs": "^17.0.1"
}