Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Andrey Savin
2022-11-21 21:25:36 +02:00
86 changed files with 6222 additions and 1392 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@contractmill/docx",
"version": "7.5.2",
"name": "docx",
"version": "7.7.0",
"description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
"main": "build/index.js",
"scripts": {
@ -75,7 +75,7 @@
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"buffer": "^6.0.3",
"chai": "^3.5.0",
"chai": "^4.3.6",
"cspell": "^6.2.2",
"docsify-cli": "^4.3.0",
"eslint": "^8.23.0",
@ -105,10 +105,10 @@
"tsconfig-paths": "^4.0.0",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typedoc": "^0.23.2",
"typescript": "4.8.4",
"typescript": "4.9.3",
"unzipper": "^0.10.11",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0"
"webpack-cli": "^5.0.0"
},
"engines": {
"node": ">=10"