remark-mdc
Advanced tools
Comparing version 3.2.1 to 3.3.0
@@ -11,2 +11,3 @@ import { Plugin } from 'unified'; | ||
components?: ComponentHandler[] | ||
maxAttributesLength?: number | ||
experimental?: { | ||
@@ -13,0 +14,0 @@ autoUnwrap?: boolean |
{ | ||
"name": "remark-mdc", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "Remark plugin to support MDC syntax", | ||
@@ -23,3 +23,4 @@ "keywords": [ | ||
"lint": "eslint --ext .js,.ts,.vue .", | ||
"test": "pnpm lint && vitest run", | ||
"test:ui": "pnpm lint && vitest --ui --open=false", | ||
"test": "vitest run", | ||
"prepack": "pnpm build", | ||
@@ -32,3 +33,2 @@ "release": "release-it" | ||
"flat": "^6.0.1", | ||
"js-yaml": "^4.1.0", | ||
"mdast-util-from-markdown": "^2.0.0", | ||
@@ -47,3 +47,4 @@ "mdast-util-to-markdown": "^2.1.0", | ||
"unist-util-visit": "^5.0.0", | ||
"unist-util-visit-parents": "^6.0.1" | ||
"unist-util-visit-parents": "^6.0.1", | ||
"yaml": "^2.4.2" | ||
}, | ||
@@ -80,3 +81,4 @@ "devDependencies": { | ||
} | ||
} | ||
}, | ||
"packageManager": "pnpm@9.12.3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
70330
1960
+ Addedyaml@^2.4.2
+ Addedyaml@2.7.0(transitive)
- Removedjs-yaml@^4.1.0
- Removedargparse@2.0.1(transitive)
- Removedjs-yaml@4.1.0(transitive)