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

@@ -13,6 +13,10 @@
"./logger": {
"types": "./dist/logger.d.ts",
"default": "./dist/logger.js"
},
"./debounce": {
"types": "./dist/debounce.d.ts",
"default": "./dist/debounce.js"
}
},
"scripts": {