gantt-renderer 0.12.13 → 0.12.14

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": "gantt-renderer",
3
- "version": "0.12.13",
3
+ "version": "0.12.14",
4
4
  "description": "A TypeScript Gantt chart renderer for precalculated project plans",
5
5
  "keywords": [
6
6
  "chart",
@@ -230,7 +230,7 @@
230
230
  "@commitlint/cli": "21.2.1",
231
231
  "@commitlint/config-conventional": "21.2.0",
232
232
  "@playwright/test": "1.61.1",
233
- "@tsdown/css": "0.22.7",
233
+ "@tsdown/css": "0.22.9",
234
234
  "@types/node": "26.1.1",
235
235
  "@vitest/browser": "4.1.10",
236
236
  "@vitest/browser-playwright": "4.1.10",
@@ -242,15 +242,15 @@
242
242
  "husky": "9.1.7",
243
243
  "oxfmt": "0.59.0",
244
244
  "oxlint": "1.74.0",
245
- "oxlint-tsgolint": "0.24.0",
245
+ "oxlint-tsgolint": "0.25.0",
246
246
  "playwright": "1.61.1",
247
247
  "release-it": "20.2.1",
248
248
  "stylelint": "17.14.0",
249
249
  "stylelint-config-standard": "40.0.0",
250
- "tsdown": "0.22.7",
250
+ "tsdown": "0.22.9",
251
251
  "typedoc": "0.28.20",
252
252
  "typescript": "6.0.3",
253
- "vite": "8.1.4",
253
+ "vite": "8.1.5",
254
254
  "vitest": "4.1.10"
255
255
  },
256
256
  "scripts": {