gantt-renderer 0.12.7 → 0.12.9
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 +4 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [0.12.9](https://github.com/doberkofler/gantt-renderer/compare/v0.12.8...v0.12.9) (2026-06-27)
|
|
2
|
+
|
|
3
|
+
## [0.12.8](https://github.com/doberkofler/gantt-renderer/compare/v0.12.7...v0.12.8) (2026-06-25)
|
|
4
|
+
|
|
1
5
|
## [0.12.7](https://github.com/doberkofler/gantt-renderer/compare/v0.12.6...v0.12.7) (2026-06-24)
|
|
2
6
|
|
|
3
7
|
## [0.12.6](https://github.com/doberkofler/gantt-renderer/compare/v0.12.5...v0.12.6) (2026-06-24)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gantt-renderer",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.9",
|
|
4
4
|
"description": "A TypeScript Gantt chart renderer for precalculated project plans",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chart",
|
|
@@ -227,29 +227,29 @@
|
|
|
227
227
|
"zod": "4.4.3"
|
|
228
228
|
},
|
|
229
229
|
"devDependencies": {
|
|
230
|
-
"@commitlint/cli": "21.0
|
|
231
|
-
"@commitlint/config-conventional": "21.0
|
|
232
|
-
"@playwright/test": "1.61.
|
|
230
|
+
"@commitlint/cli": "21.1.0",
|
|
231
|
+
"@commitlint/config-conventional": "21.1.0",
|
|
232
|
+
"@playwright/test": "1.61.1",
|
|
233
233
|
"@tsdown/css": "0.22.3",
|
|
234
|
-
"@types/node": "26.0.
|
|
234
|
+
"@types/node": "26.0.1",
|
|
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
239
|
"conventional-changelog": "7.2.1",
|
|
240
|
-
"eslint-plugin-regexp": "3.1.
|
|
240
|
+
"eslint-plugin-regexp": "3.1.1",
|
|
241
241
|
"husky": "9.1.7",
|
|
242
242
|
"oxfmt": "0.56.0",
|
|
243
243
|
"oxlint": "1.71.0",
|
|
244
244
|
"oxlint-tsgolint": "0.23.0",
|
|
245
|
-
"playwright": "1.61.
|
|
246
|
-
"release-it": "20.2.
|
|
247
|
-
"stylelint": "17.
|
|
245
|
+
"playwright": "1.61.1",
|
|
246
|
+
"release-it": "20.2.1",
|
|
247
|
+
"stylelint": "17.14.0",
|
|
248
248
|
"stylelint-config-standard": "40.0.0",
|
|
249
249
|
"tsdown": "0.22.3",
|
|
250
250
|
"typedoc": "0.28.19",
|
|
251
251
|
"typescript": "6.0.3",
|
|
252
|
-
"vite": "8.0
|
|
252
|
+
"vite": "8.1.0",
|
|
253
253
|
"vitest": "4.1.9"
|
|
254
254
|
},
|
|
255
255
|
"scripts": {
|