@vuepress/markdown
Advanced tools
Comparing version 2.0.0-beta.24 to 2.0.0-beta.25
@@ -0,3 +1,3 @@ | ||
import type { PageFrontmatter, PageHeader } from '@vuepress/shared'; | ||
import * as MarkdownIt from 'markdown-it'; | ||
import type { PageFrontmatter, PageHeader } from '@vuepress/shared'; | ||
import type { AnchorPluginOptions, AssetsPluginOptions, CodePluginOptions, EmojiPluginOptions, ExtractHeadersPluginOptions, HoistTagsPluginOptions, ImportCodePluginOptions, LinksPluginOptions, TocPluginOptions } from './plugins'; | ||
@@ -4,0 +4,0 @@ export declare type Markdown = MarkdownIt; |
{ | ||
"name": "@vuepress/markdown", | ||
"version": "2.0.0-beta.24", | ||
"version": "2.0.0-beta.25", | ||
"description": "Markdown package of VuePress", | ||
@@ -29,5 +29,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/markdown-it": "^12.0.3", | ||
"@vuepress/shared": "2.0.0-beta.24", | ||
"@vuepress/utils": "2.0.0-beta.24", | ||
"@types/markdown-it": "^12.2.0", | ||
"@vuepress/shared": "2.0.0-beta.25", | ||
"@vuepress/utils": "2.0.0-beta.25", | ||
"markdown-it": "^12.2.0", | ||
@@ -41,3 +41,3 @@ "markdown-it-anchor": "^8.1.2", | ||
}, | ||
"gitHead": "dd9588128c4b8e62bb96ed8581322e8901e22b90" | ||
"gitHead": "76ce5e52b07de75cf1f40a57ef3b6a682e44fce7" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@vuepress/shared@2.0.0-beta.25(transitive)
+ Added@vuepress/utils@2.0.0-beta.25(transitive)
- Removed@vuepress/shared@2.0.0-beta.24(transitive)
- Removed@vuepress/utils@2.0.0-beta.24(transitive)
Updated@types/markdown-it@^12.2.0