remark-docx 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -2,7 +2,10 @@
2
2
 
3
3
  ![npm](https://img.shields.io/npm/v/remark-docx) ![npm](https://img.shields.io/npm/dw/remark-docx) ![check](https://github.com/inokawa/remark-docx/workflows/check/badge.svg) ![demo](https://github.com/inokawa/remark-docx/workflows/demo/badge.svg)
4
4
 
5
- [remark](https://github.com/remarkjs/remark) plugin to compile markdown to docx (Microsoft Word, Office Open XML).
5
+ > [remark](https://github.com/remarkjs/remark) plugin to compile markdown to docx (Microsoft Word, Office Open XML).
6
+
7
+ - Uses [docx](https://github.com/dolanmiu/docx) for compilation.
8
+ - Works in any environment (e.g. browser, Node.js).
6
9
 
7
10
  ### 🚧 WIP 🚧
8
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remark-docx",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "remark plugin to compile markdown to docx (Microsoft Word, Office Open XML).",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.js",
@@ -29,38 +29,38 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@unified-latex/unified-latex-util-parse": "1.8.3",
32
- "docx": "^9.5.1",
32
+ "docx": "9.5.1",
33
33
  "unist-util-visit": "^5.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@prettier/plugin-xml": "^3.4.1",
36
+ "@prettier/plugin-xml": "^3.4.2",
37
37
  "@rollup/plugin-typescript": "^11.1.6",
38
- "@storybook/react-vite": "^9.0.15",
38
+ "@storybook/react-vite": "^10.1.4",
39
39
  "@types/adm-zip": "^0.5.0",
40
40
  "@types/mdast": "^3.0.10",
41
41
  "@types/node": "^24.0.10",
42
42
  "@types/unist": "^2.0.6",
43
43
  "adm-zip": "^0.5.9",
44
44
  "file-saver": "^2.0.5",
45
- "prettier": "^3.6.2",
46
- "react": "^18.3.1",
47
- "react-dom": "^18.3.1",
48
- "react-is": "^18.3.1",
45
+ "prettier": "^3.7.4",
46
+ "react": "^19.2.1",
47
+ "react-dom": "^19.2.1",
48
+ "react-is": "^19.2.1",
49
49
  "remark-footnotes": "^4.0.1",
50
50
  "remark-frontmatter": "^4.0.1",
51
51
  "remark-gfm": "^3.0.1",
52
52
  "remark-math": "^5.1.1",
53
53
  "remark-parse": "^10.0.1",
54
- "rimraf": "^6.0.0",
55
- "rollup": "^4.52.5",
56
- "storybook": "^9.0.15",
54
+ "rimraf": "^6.1.2",
55
+ "rollup": "^4.53.3",
56
+ "storybook": "^10.1.4",
57
57
  "tslib": "^2.8.1",
58
58
  "typedoc": "^0.28.14",
59
59
  "typedoc-plugin-markdown": "^4.9.0",
60
60
  "typescript": "^5.9.3",
61
61
  "unified": "^10.1.2",
62
- "vite": "^7.0.0",
63
- "vitest": "^4.0.0"
62
+ "vite": "^7.2.6",
63
+ "vitest": "^4.0.15"
64
64
  },
65
65
  "repository": {
66
66
  "type": "git",