chore(): update package lock files

This commit is contained in:
ionitron
2022-08-24 13:04:19 +00:00
parent cdb972a2a3
commit 023e2f48d0
7 changed files with 147 additions and 89 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
];