chore: regenerate package-lock.json

This commit is contained in:
Fabio Di Stasio 2023-10-28 18:47:06 +02:00
parent 581ec6a25d
commit 3c2e2be40f
2 changed files with 12125 additions and 112 deletions

12047
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -105,8 +105,8 @@ declare const SvgIcon: import('vue').DefineComponent<{
type: NumberConstructor;
optional: boolean;
};
}>;
}>;
declare module '@jamescoyle/vue-icon' {
declare module '@jamescoyle/vue-icon' {
export default SvgIcon;
}
}