Skip to content

Commit

Permalink
chore(deps): update doc-dependencies (#1826)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
renovate[bot] and ST-DDT authored Feb 13, 2023
1 parent b6465fc commit c46c539
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 58 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/markdown-it": "~12.2.3",
"@types/node": "~18.13.0",
"@types/prettier": "~2.7.2",
"@types/react": "~18.0.27",
"@types/react": "~18.0.28",
"@types/sanitize-html": "~2.8.0",
"@types/semver": "~7.3.13",
"@types/validator": "~13.7.12",
Expand Down Expand Up @@ -118,12 +118,12 @@
"semver": "~7.3.8",
"standard-version": "~9.5.0",
"tsx": "~3.12.3",
"typedoc": "~0.23.24",
"typedoc": "~0.23.25",
"typedoc-plugin-missing-exports": "~1.0.0",
"typescript": "~4.9.5",
"validator": "~13.9.0",
"vite": "~4.1.1",
"vitepress": "1.0.0-alpha.43",
"vitepress": "1.0.0-alpha.46",
"vitest": "~0.28.5",
"vue": "~3.2.47"
},
Expand Down
76 changes: 40 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/apidoc/signature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const htmlSanitizeOptions: sanitizeHtml.IOptions = {
a: ['href', 'target', 'rel'],
button: ['class', 'title'],
div: ['class'],
pre: ['class', 'v-pre'],
pre: ['class', 'tabindex', 'v-pre'],
span: ['class', 'style'],
},
selfClosing: [],
Expand Down
Loading

0 comments on commit c46c539

Please sign in to comment.