feat: upgrade minor and bug versions of dependencies

This commit is contained in:
dennis.ludwig
2021-09-28 10:40:18 +02:00
parent 8bf898c486
commit bce561a0ac
11 changed files with 213 additions and 103 deletions

View File

@@ -5,7 +5,7 @@ export type ItemAttributes = {
ring: Ring;
quadrant: string;
title: string;
featured: boolean;
featured?: boolean;
};
export type FlagType = "new" | "changed" | "default";