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 -1
View File
@@ -1,5 +1,5 @@
import { HomeAssistant } from '@dermotduffy/custom-card-helpers';
import add from 'date-fns/add';
import { add } from 'date-fns';
import { afterAll, beforeAll, beforeEach, describe, expect, it, vi } from 'vitest';
import { mock } from 'vitest-mock-extended';
import { Camera } from '../../src/camera-manager/camera';