gantt-renderer 0.12.5 → 0.12.7
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 +6 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
## [0.12.7](https://github.com/doberkofler/gantt-renderer/compare/v0.12.6...v0.12.7) (2026-06-24)
|
|
2
|
+
|
|
3
|
+
## [0.12.6](https://github.com/doberkofler/gantt-renderer/compare/v0.12.5...v0.12.6) (2026-06-24)
|
|
4
|
+
|
|
1
5
|
## [0.12.5](https://github.com/doberkofler/gantt-renderer/compare/v0.12.4...v0.12.5) (2026-06-17)
|
|
2
6
|
|
|
7
|
+
## [0.12.4](https://github.com/doberkofler/gantt-renderer/compare/v0.12.3...v0.12.4) (2026-06-02)
|
|
8
|
+
|
|
3
9
|
## [0.12.3](https://github.com/doberkofler/gantt-renderer/compare/v0.12.2...v0.12.3) (2026-05-31)
|
|
4
10
|
|
|
5
11
|
## [0.12.2](https://github.com/doberkofler/gantt-renderer/compare/v0.12.1...v0.12.2) (2026-05-30)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gantt-renderer",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.7",
|
|
4
4
|
"description": "A TypeScript Gantt chart renderer for precalculated project plans",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chart",
|
|
@@ -230,23 +230,23 @@
|
|
|
230
230
|
"@commitlint/cli": "21.0.2",
|
|
231
231
|
"@commitlint/config-conventional": "21.0.2",
|
|
232
232
|
"@playwright/test": "1.61.0",
|
|
233
|
-
"@tsdown/css": "0.22.
|
|
234
|
-
"@types/node": "
|
|
233
|
+
"@tsdown/css": "0.22.3",
|
|
234
|
+
"@types/node": "26.0.0",
|
|
235
235
|
"@vitest/browser": "4.1.9",
|
|
236
236
|
"@vitest/browser-playwright": "4.1.9",
|
|
237
237
|
"@vitest/coverage-istanbul": "4.1.9",
|
|
238
238
|
"@vitest/coverage-v8": "4.1.9",
|
|
239
|
-
"conventional-changelog": "7.2.
|
|
239
|
+
"conventional-changelog": "7.2.1",
|
|
240
240
|
"eslint-plugin-regexp": "3.1.0",
|
|
241
241
|
"husky": "9.1.7",
|
|
242
|
-
"oxfmt": "0.
|
|
243
|
-
"oxlint": "1.
|
|
242
|
+
"oxfmt": "0.56.0",
|
|
243
|
+
"oxlint": "1.71.0",
|
|
244
244
|
"oxlint-tsgolint": "0.23.0",
|
|
245
245
|
"playwright": "1.61.0",
|
|
246
246
|
"release-it": "20.2.0",
|
|
247
247
|
"stylelint": "17.13.0",
|
|
248
248
|
"stylelint-config-standard": "40.0.0",
|
|
249
|
-
"tsdown": "0.22.
|
|
249
|
+
"tsdown": "0.22.3",
|
|
250
250
|
"typedoc": "0.28.19",
|
|
251
251
|
"typescript": "6.0.3",
|
|
252
252
|
"vite": "8.0.16",
|