gantt-renderer 0.12.25 → 0.12.26
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/CHANGELOG.md +2 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
## [0.12.26](https://github.com/doberkofler/gantt-renderer/compare/v0.12.25...v0.12.26) (2026-09-20)
|
|
2
|
+
|
|
1
3
|
## [0.12.25](https://github.com/doberkofler/gantt-renderer/compare/v0.12.24...v0.12.25) (2026-09-12)
|
|
2
4
|
|
|
3
5
|
## [0.12.24](https://github.com/doberkofler/gantt-renderer/compare/v0.12.23...v0.12.24) (2026-09-11)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gantt-renderer",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.26",
|
|
4
4
|
"description": "A TypeScript Gantt chart renderer for precalculated project plans",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chart",
|
|
@@ -224,27 +224,27 @@
|
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
226
|
"dependencies": {
|
|
227
|
-
"zod": "4.6.
|
|
227
|
+
"zod": "4.6.5"
|
|
228
228
|
},
|
|
229
229
|
"devDependencies": {
|
|
230
230
|
"@commitlint/cli": "21.2.2",
|
|
231
231
|
"@commitlint/config-conventional": "21.2.2",
|
|
232
232
|
"@playwright/test": "1.63.0",
|
|
233
233
|
"@tsdown/css": "0.23.0",
|
|
234
|
-
"@types/node": "26.
|
|
235
|
-
"@vitest/browser": "5.0.
|
|
236
|
-
"@vitest/browser-playwright": "5.0.
|
|
237
|
-
"@vitest/coverage-istanbul": "5.0.
|
|
238
|
-
"@vitest/coverage-v8": "5.0.
|
|
234
|
+
"@types/node": "26.6.2",
|
|
235
|
+
"@vitest/browser": "5.0.1",
|
|
236
|
+
"@vitest/browser-playwright": "5.0.1",
|
|
237
|
+
"@vitest/coverage-istanbul": "5.0.1",
|
|
238
|
+
"@vitest/coverage-v8": "5.0.1",
|
|
239
239
|
"conventional-changelog": "8.1.3",
|
|
240
240
|
"conventional-changelog-angular": "9.4.0",
|
|
241
241
|
"eslint-plugin-regexp": "3.3.0",
|
|
242
242
|
"husky": "9.1.7",
|
|
243
|
-
"oxfmt": "0.
|
|
244
|
-
"oxlint": "1.
|
|
245
|
-
"oxlint-tsgolint": "7.0.
|
|
243
|
+
"oxfmt": "0.68 cccccccccccc.0",
|
|
244
|
+
"oxlint": "1.83.0",
|
|
245
|
+
"oxlint-tsgolint": "7.0.2002",
|
|
246
246
|
"playwright": "1.63.0",
|
|
247
|
-
"release-it": "21.0
|
|
247
|
+
"release-it": "21.1.0",
|
|
248
248
|
"stylelint": "17.15.0",
|
|
249
249
|
"stylelint-config-standard": "40.0.0",
|
|
250
250
|
"tsdown": "0.23.0",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"typescript": "6.0.3",
|
|
253
253
|
"typescript7": "npm:typescript@7.0.2",
|
|
254
254
|
"vite": "8.3.0",
|
|
255
|
-
"vitest": "5.0.
|
|
255
|
+
"vitest": "5.0.1"
|
|
256
256
|
},
|
|
257
257
|
"scripts": {
|
|
258
258
|
"typecheck": "node ./node_modules/typescript7/bin/tsc --noEmit",
|