@mieweb/ui 0.6.1-dev.141 → 0.6.1-dev.143

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": "@mieweb/ui",
3
- "version": "0.6.1-dev.141",
3
+ "version": "0.6.1-dev.143",
4
4
  "description": "A themeable, accessible React component library built with Tailwind CSS",
5
5
  "author": "Medical Informatics Engineering, Inc.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -233,7 +233,7 @@
233
233
  "@swc/helpers": "^0.5.19",
234
234
  "class-variance-authority": "^0.7.1",
235
235
  "clsx": "^2.1.1",
236
- "dompurify": "^3.3.1",
236
+ "dompurify": "^3.4.0",
237
237
  "google-libphonenumber": "^3.2.44",
238
238
  "highlight.js": "^11.11.1",
239
239
  "lucide-react": "^0.562.0",
@@ -275,7 +275,7 @@
275
275
  "@types/react-dom": "^19.2.3",
276
276
  "@typescript-eslint/eslint-plugin": "^8.56.1",
277
277
  "@typescript-eslint/parser": "^8.56.1",
278
- "@vitest/coverage-v8": "^3.2.4",
278
+ "@vitest/coverage-v8": "^3.2.6",
279
279
  "ag-grid-community": "^35.1.0",
280
280
  "ag-grid-react": "^35.1.0",
281
281
  "autoprefixer": "^10.4.24",
@@ -300,7 +300,7 @@
300
300
  "jsdom": "^26.1.0",
301
301
  "mermaid": "^11.12.3",
302
302
  "papaparse": "^5.5.3",
303
- "postcss": "^8.5.6",
303
+ "postcss": "^8.5.10",
304
304
  "prettier": "^3.8.1",
305
305
  "prettier-plugin-tailwindcss": "^0.6.14",
306
306
  "react": "^19.2.4",
@@ -311,22 +311,30 @@
311
311
  "tailwindcss": "^4.2.1",
312
312
  "tsup": "^8.5.1",
313
313
  "typescript": "^5.9.3",
314
- "vite": "^7.3.1",
315
- "vitest": "^3.2.4",
314
+ "vite": "^7.3.2",
315
+ "vitest": "^3.2.6",
316
316
  "wavesurfer.js": "^7.12.1",
317
317
  "ychart": "file:./packages/ychart",
318
318
  "zod": "^4.4.3",
319
319
  "zustand": "^5.0.14"
320
320
  },
321
321
  "engines": {
322
- "node": ">=20.0.0"
322
+ "node": "^20.19.0 || >=22.12.0"
323
323
  },
324
324
  "pnpm": {
325
325
  "overrides": {
326
326
  "datavis-ace": "=4.0.0-PRE.2",
327
327
  "@esheet/adapters": "link:./packages/esheet/packages/adapters",
328
328
  "@esheet/core": "link:./packages/esheet/packages/core",
329
- "@esheet/fields": "link:./packages/esheet/packages/fields"
329
+ "@esheet/fields": "link:./packages/esheet/packages/fields",
330
+ "esbuild@<0.28.1": "0.28.1",
331
+ "axios@>=1.0.0 <1.16.0": "1.16.0",
332
+ "minimatch@>=10.0.0 <10.2.3": "10.2.3",
333
+ "minimatch@>=9.0.0 <9.0.7": "9.0.7",
334
+ "flatted@<3.4.2": "3.4.2",
335
+ "picomatch@>=4.0.0 <4.0.4": "4.0.4",
336
+ "uuid@<11.1.1": "11.1.1",
337
+ "dompurify@<3.4.0": "3.4.0"
330
338
  }
331
339
  }
332
340
  }