diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 10 | ||||
| -rw-r--r-- | scripts/apidocs/utils/markdown.ts | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index e6139011..d5670d24 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b195ee15..78b313cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -126,8 +126,8 @@ importers: specifier: 5.2.11 version: 5.2.11(@types/[email protected]) vitepress: - specifier: 1.2.0 - version: 1.2.0(@algolia/[email protected])(@types/[email protected])([email protected])([email protected])([email protected]) + specifier: 1.2.2 + version: 1.2.2(@algolia/[email protected])(@types/[email protected])([email protected])([email protected])([email protected]) vitest: specifier: 1.6.0 @@ -3601,8 +3601,8 @@ packages: terser: optional: true - resolution: {integrity: sha512-m/4PAQVyPBvKHV7sFKwcmNmrsoSxdjnw/Eg40YyuBSaBHhrro9ubnfWk5GT0xGfE98LqjZkHCWKNJlR6G/7Ayg==} + resolution: {integrity: sha512-uZ3nXR5NY4nYj3RJWCo5jev9qlNZAQo5SUXu1U0QSUx84cUm/o7hCTDVjZ4njVSVui+PsV1oAbdQOg8ygbaf4w==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -7487,7 +7487,7 @@ snapshots: '@types/node': 20.12.12 fsevents: 2.3.3 - [email protected](@algolia/[email protected])(@types/[email protected])([email protected])([email protected])([email protected]): + [email protected](@algolia/[email protected])(@types/[email protected])([email protected])([email protected])([email protected]): dependencies: '@docsearch/css': 3.6.0 '@docsearch/js': 3.6.0(@algolia/[email protected])([email protected]) diff --git a/scripts/apidocs/utils/markdown.ts b/scripts/apidocs/utils/markdown.ts index b0cc68be..2787a611 100644 --- a/scripts/apidocs/utils/markdown.ts +++ b/scripts/apidocs/utils/markdown.ts @@ -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: [], |
