fix: updated packages

This commit is contained in:
2026-02-11 21:54:23 +01:00
parent bb2ed3dbd7
commit adadb7db54
5 changed files with 2589 additions and 3454 deletions

View File

@@ -35,6 +35,7 @@ Object.defineProperty(globalThis, 'localStorage', {
// Mock window.electronAPI for renderer tests
Object.defineProperty(globalThis, 'window', {
value: {
localStorage: localStorageMock,
electronAPI: {
posts: {
create: vi.fn(),