@entreprise-os/vitest-config 2.4.69 → 2.4.70

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.70",
4
4
  "description": "Shared Vitest configuration for Enterprise OS packages",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -28,6 +28,11 @@ 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
+
31
36
  // Utilities
32
37
  /^lodash/,
33
38
  "uuid",