File tree Expand file tree Collapse file tree 5 files changed +1118
-132
lines changed
Expand file tree Collapse file tree 5 files changed +1118
-132
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " mdast2docx " : minor
3+ ---
4+
5+ Add mermaidPlugin and improve image and html processing
Original file line number Diff line number Diff line change 6262 "node-fetch" : " ^3.3.2" ,
6363 "remark-gfm" : " ^4.0.1" ,
6464 "remark-parse" : " ^11.0.0" ,
65- "sharp" : " 0.34.0 " ,
65+ "sharp" : " 0.34.1 " ,
6666 "tsup" : " ^8.4.0" ,
6767 "typescript" : " ^5.8.3" ,
6868 "unified" : " ^11.0.5" ,
6969 "vite-tsconfig-paths" : " ^5.1.4" ,
7070 "vitest" : " ^3.1.1"
7171 },
7272 "dependencies" : {
73- "@m2d/core" : " ^0.0.3 " ,
73+ "@m2d/core" : " ^0.0.4 " ,
7474 "@m2d/emoji" : " ^0.1.0" ,
75- "@m2d/html" : " ^0 .0.4 " ,
75+ "@m2d/html" : " ^1 .0.0 " ,
7676 "@m2d/image" : " ^0.0.4" ,
7777 "@m2d/list" : " ^0.0.3" ,
7878 "@m2d/math" : " ^0.0.3" ,
79+ "@m2d/mermaid" : " ^0.0.2" ,
7980 "@m2d/table" : " ^0.0.3" ,
8081 "docx" : " ^9.3.0"
8182 },
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ export * from "@m2d/list";
44export * from "@m2d/math" ;
55export * from "@m2d/html" ;
66export * from "@m2d/emoji" ;
7+ export * from "@m2d/mermaid" ;
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "devDependencies" : {
77 "@next/eslint-plugin-next" : " ^15.2.4" ,
8- "@typescript-eslint/eslint-plugin" : " ^8.29.0 " ,
9- "@typescript-eslint/parser" : " ^8.29.0 " ,
8+ "@typescript-eslint/eslint-plugin" : " ^8.29.1 " ,
9+ "@typescript-eslint/parser" : " ^8.29.1 " ,
1010 "eslint" : " ^9.24.0" ,
1111 "eslint-config-prettier" : " ^10.1.1" ,
1212 "eslint-plugin-only-warn" : " ^1.1.0" ,
1515 "eslint-plugin-turbo" : " ^2.5.0" ,
1616 "globals" : " ^16.0.0" ,
1717 "typescript" : " ^5.8.3" ,
18- "typescript-eslint" : " ^8.29.0 "
18+ "typescript-eslint" : " ^8.29.1 "
1919 }
2020}
You can’t perform that action at this time.
0 commit comments