docx 9.6.1 → 9.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docx",
3
- "version": "9.6.1",
3
+ "version": "9.7.1",
4
4
  "description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.cjs",
@@ -72,29 +72,30 @@
72
72
  },
73
73
  "homepage": "https://docx.js.org",
74
74
  "devDependencies": {
75
+ "@microsoft/api-extractor": "^7.58.7",
75
76
  "@types/inquirer": "^9.0.3",
76
77
  "@types/unzipper": "^0.10.4",
77
78
  "@types/xml": "^1.0.8",
78
79
  "@typescript-eslint/eslint-plugin": "^8.8.1",
79
80
  "@typescript-eslint/parser": "^8.8.1",
80
- "@vitest/coverage-v8": "^4.0.18",
81
- "@vitest/ui": "^4.0.18",
82
- "cspell": "^9.0.0",
81
+ "@vitest/coverage-v8": "^4.1.7",
82
+ "@vitest/ui": "^4.1.7",
83
+ "cspell": "^10.0.0",
83
84
  "docsify-cli": "^4.3.0",
84
85
  "eslint": "^9.13.0",
85
86
  "eslint-import-resolver-typescript": "^4.3.2",
86
87
  "eslint-plugin-functional": "^9.0.3",
87
88
  "eslint-plugin-import": "^2.26.0",
88
- "eslint-plugin-jsdoc": "^62.5.5",
89
+ "eslint-plugin-jsdoc": "^63.0.0",
89
90
  "eslint-plugin-no-null": "^1.0.2",
90
91
  "eslint-plugin-prefer-arrow": "^1.2.3",
91
- "eslint-plugin-unicorn": "^63.0.0",
92
+ "eslint-plugin-unicorn": "^64.0.0",
92
93
  "execa": "^9.4.0",
93
94
  "glob": "^13.0.3",
94
- "inquirer": "^13.2.2",
95
+ "inquirer": "^14.0.0",
95
96
  "jiti": "^2.3.3",
96
- "jsdom": "^28.0.0",
97
- "pre-commit": "^1.2.2",
97
+ "jsdom": "^29.0.0",
98
+ "pre-commit": "^2.0.0",
98
99
  "prettier": "^3.1.1",
99
100
  "tsconfig-paths": "^4.0.0",
100
101
  "tsx": "^4.7.0",
@@ -102,11 +103,10 @@
102
103
  "typescript": "5.9.3",
103
104
  "typescript-eslint": "^8.10.0",
104
105
  "unzipper": "^0.12.3",
105
- "vite": "^7.3.1",
106
- "vite-plugin-dts": "^4.2.4",
107
- "vite-plugin-node-polyfills": "^0.25.0",
108
- "vite-tsconfig-paths": "^6.1.1",
109
- "vitest": "^4.0.18"
106
+ "vite": "^8.0.0",
107
+ "vite-plugin-dts": "^5.0.1",
108
+ "vite-plugin-node-polyfills": "^0.28.0",
109
+ "vitest": "^4.1.7"
110
110
  },
111
111
  "engines": {
112
112
  "node": ">=10"