devextreme-exceljs-fork 4.4.9 → 4.4.11

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": "devextreme-exceljs-fork",
3
- "version": "4.4.9",
3
+ "version": "4.4.11",
4
4
  "packageManager": "pnpm@9.15.9",
5
5
  "description": "Fork of Excel Workbook Manager - Read and Write xlsx and csv Files.",
6
6
  "private": false,
@@ -54,18 +54,13 @@
54
54
  "build": "grunt build",
55
55
  "prepare-and-install": "pnpm install --frozen-lockfile && grunt build",
56
56
  "preversion": "pnpm run clean && pnpm run build && pnpm run test:version",
57
- "postversion": "git push --no-verify && git push --tags --no-verify"
58
- },
59
- "husky": {
60
- "hooks": {
61
- "pre-commit": "lint-staged"
62
- }
57
+ "postversion": "git push --no-verify && git push --tags --no-verify",
58
+ "prepare": "husky"
63
59
  },
64
60
  "lint-staged": {
65
61
  "*.js": [
66
62
  "prettier-eslint --write",
67
- "eslint --format node_modules/eslint-friendly-formatter",
68
- "git add"
63
+ "eslint --format node_modules/eslint-friendly-formatter"
69
64
  ]
70
65
  },
71
66
  "keywords": [
@@ -100,19 +95,19 @@
100
95
  "jszip": "^3.10.1",
101
96
  "readable-stream": "^3.6.0",
102
97
  "saxes": "^5.0.1",
103
- "tmp": "^0.2.0",
98
+ "tmp": "^0.2.7",
104
99
  "unzipper": "^0.12.3"
105
100
  },
106
101
  "devDependencies": {
107
102
  "@babel/cli": "^7.10.5",
108
103
  "@babel/core": "^7.11.4",
109
- "@babel/preset-env": "^7.29.2",
104
+ "@babel/preset-env": "^7.29.4",
110
105
  "@playwright/test": "^1.58.2",
111
106
  "@types/chai": "^4.2.12",
112
- "@types/mocha": "^8.0.3",
113
- "@types/node": "^18.19.0",
107
+ "@types/mocha": "^10.0.0",
108
+ "@types/node": "^24.12.4",
114
109
  "babelify": "^10.0.0",
115
- "browserify": "^16.5.2",
110
+ "browserify": "^17.0.0",
116
111
  "chai": "^4.3.7",
117
112
  "chai-datetime": "^1.8.1",
118
113
  "chai-xml": "^0.4.1",
@@ -133,12 +128,12 @@
133
128
  "grunt-contrib-watch": "^1.1.0",
134
129
  "grunt-exorcise": "^2.1.1",
135
130
  "grunt-terser": "^2.0.0",
136
- "husky": "^4.3.0",
131
+ "husky": "^9.1.7",
137
132
  "lint-staged": "^10.2.13",
138
133
  "mocha": "^11.7.1",
139
134
  "prettier-eslint": "^16.4.2",
140
135
  "prettier-eslint-cli": "^8.0.1",
141
- "regenerator-runtime": "^0.13.7",
136
+ "regenerator-runtime": "^0.14.0",
142
137
  "sax": "^1.2.4",
143
138
  "ts-node": "^8.10.2",
144
139
  "typescript": "^5.9.3"
@@ -147,7 +142,7 @@
147
142
  "overrides": {
148
143
  "asn1.js": "^5.4.1",
149
144
  "glob": "^13.0.6",
150
- "qs": "~6.14.1",
145
+ "qs": "~6.15.2",
151
146
  "grunt-exorcise>exorcist": "^2.0.0",
152
147
  "tar": "^7.5.11",
153
148
  "minimatch": "^10.2.4",
@@ -156,7 +151,9 @@
156
151
  "flatted": "^3.4.2",
157
152
  "path-to-regexp": "^0.1.13",
158
153
  "picomatch": "^2.3.2",
159
- "lodash": "~4.18.1"
154
+ "lodash": "~4.18.1",
155
+ "@babel/plugin-transform-modules-systemjs": "^7.29.4",
156
+ "diff": "^8.0.3"
160
157
  }
161
158
  }
162
159
  }