chore: update package-lock.json for version bump and dependency adjustments

- Bumped version from 0.12.0rc to 0.13.0 across the project.
- Updated package-lock.json to reflect changes in dependencies, including marking certain dependencies as `devOptional`.
- Adjusted import paths in the UI for better module organization.

This update ensures consistency in versioning and improves the structure of utility imports.
This commit is contained in:
Shirone
2026-01-21 20:14:39 +01:00
parent 02de3df3df
commit 3fcda8abfc
3 changed files with 21 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import { getElectronAPI } from '@/lib/electron';
import { queryKeys } from '@/lib/query-keys';
import type { AutoModeEvent, SpecRegenerationEvent } from '@/types/electron';
import type { IssueValidationEvent } from '@automaker/types';
import { debounce, DebouncedFunction } from '@automaker/utils';
import { debounce, type DebouncedFunction } from '@automaker/utils/debounce';
import { useEventRecencyStore } from './use-event-recency';
/**