Skip to content

Commit

Permalink
chore(deps): update dependency vitepress to v1.2.2 (#2925)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent c573ac0 commit a756350
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"typescript": "5.4.5",
"validator": "13.12.0",
"vite": "5.2.11",
"vitepress": "1.2.0",
"vitepress": "1.2.2",
"vitest": "1.6.0",
"vue": "3.4.27"
},
Expand Down
10 changes: 5 additions & 5 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/apidocs/utils/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const htmlSanitizeOptions: sanitizeHtml.IOptions = {
a: ['href', 'target', 'rel'],
button: ['class', 'title'],
div: ['class'],
pre: ['class', 'v-pre'],
pre: ['class', 'v-pre', 'tabindex'],
span: ['class', 'style'],
},
selfClosing: [],
Expand Down

0 comments on commit a756350

Please sign in to comment.