gantt-renderer 0.12.15 → 0.12.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [0.12.16](https://github.com/doberkofler/gantt-renderer/compare/v0.12.15...v0.12.16) (2026-07-26)
2
+
1
3
  ## [0.12.15](https://github.com/doberkofler/gantt-renderer/compare/v0.12.14...v0.12.15) (2026-07-25)
2
4
 
3
5
  ## [0.12.14](https://github.com/doberkofler/gantt-renderer/compare/v0.12.13...v0.12.14) (2026-07-18)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-renderer",
3
- "version": "0.12.15",
3
+ "version": "0.12.16",
4
4
  "description": "A TypeScript Gantt chart renderer for precalculated project plans",
5
5
  "keywords": [
6
6
  "chart",
@@ -229,7 +229,7 @@
229
229
  "devDependencies": {
230
230
  "@commitlint/cli": "21.2.1",
231
231
  "@commitlint/config-conventional": "21.2.0",
232
- "@playwright/test": "1.61.1",
232
+ "@playwright/test": "1.62.0",
233
233
  "@tsdown/css": "0.22.14",
234
234
  "@types/node": "26.1.1",
235
235
  "@vitest/browser": "4.1.10",
@@ -243,8 +243,8 @@
243
243
  "oxfmt": "0.60.0",
244
244
  "oxlint": "1.75.0",
245
245
  "oxlint-tsgolint": "7.0.2001",
246
- "playwright": "1.61.1",
247
- "release-it": "20.2.1",
246
+ "playwright": "1.62.0",
247
+ "release-it": "21.0.0",
248
248
  "stylelint": "17.14.1",
249
249
  "stylelint-config-standard": "40.0.0",
250
250
  "tsdown": "0.22.14",