@entreprise-os/vitest-config 2.4.69 → 2.4.71

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": "@entreprise-os/vitest-config",
3
- "version": "2.4.69",
3
+ "version": "2.4.71",
4
4
  "description": "Shared Vitest configuration for Enterprise OS packages",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -28,6 +28,14 @@ export const commonUIExternals = [
28
28
  /^@react-pdf\//,
29
29
  /^react-pdf/,
30
30
 
31
+ // Date/time libraries (have Node.js dependencies for timezone support)
32
+ /^date-fns($|\/)/,
33
+ /^@date-fns\//,
34
+ "react-day-picker",
35
+
36
+ // Cron parsing (has Node.js fs dependencies)
37
+ "cron-parser",
38
+
31
39
  // Utilities
32
40
  /^lodash/,
33
41
  "uuid",