@andreagiugni/tailwind-dashboard-ui 0.5.17 → 0.5.18

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": "@andreagiugni/tailwind-dashboard-ui",
3
- "version": "0.5.17",
3
+ "version": "0.5.18",
4
4
  "description": "Reusable React + Tailwind CSS v4 dashboard components extracted from TailAdmin.",
5
5
  "homepage": "https://taildashboardui.com",
6
6
  "author": "Andrea Giugni",
@@ -112,6 +112,9 @@
112
112
  "optional": true
113
113
  }
114
114
  },
115
+ "overrides": {
116
+ "esbuild": "^0.28.1"
117
+ },
115
118
  "devDependencies": {
116
119
  "@fullcalendar/core": "^6.1.19",
117
120
  "@fullcalendar/daygrid": "^6.1.19",
@@ -131,6 +134,7 @@
131
134
  "@tiptap/pm": "^2.27.2",
132
135
  "@tiptap/react": "^2.27.2",
133
136
  "@tiptap/starter-kit": "^2.27.2",
137
+ "@types/node": "^24.13.2",
134
138
  "@types/react": "^19.2.1",
135
139
  "@types/react-dom": "^19.2.1",
136
140
  "apexcharts": "^4.7.0",
@@ -141,6 +145,6 @@
141
145
  "tailwindcss": "^4.1.17",
142
146
  "tsup": "^8.3.0",
143
147
  "typescript": "^5.9.3",
144
- "vitest": "^2.1.0"
148
+ "vitest": "^4.1.9"
145
149
  }
146
150
  }