chore(): update package lock files

This commit is contained in:
ionitron
2022-10-17 14:15:29 +00:00
parent 1a6595b895
commit 5d77fde503
7 changed files with 54 additions and 53 deletions

View File

@ -1,3 +1,4 @@
import * as d from './proxies';
export const DIRECTIVES = [
@ -76,5 +77,5 @@ export const DIRECTIVES = [
d.IonThumbnail,
d.IonTitle,
d.IonToggle,
d.IonToolbar,
d.IonToolbar
];