Update date-fns and date-fns-tz to v3

This commit is contained in:
Felipe Santos
2024-06-05 22:37:54 -03:00
parent c789e76ffb
commit 1a36ce0894
28 changed files with 89 additions and 138 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import add from 'date-fns/add';
import sub from 'date-fns/sub';
import { add, sub } from 'date-fns';
import { beforeEach, describe, expect, it, vi } from 'vitest';
import {
compressRanges,