⬆️ Upgrade google-spreadsheet and fix openapi docs g…
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
"chrono-node": "2.7.0",
|
||||
"date-fns": "2.30.0",
|
||||
"google-auth-library": "8.9.0",
|
||||
"google-spreadsheet": "4.0.2",
|
||||
"google-spreadsheet": "4.1.1",
|
||||
"got": "12.6.0",
|
||||
"libphonenumber-js": "1.10.37",
|
||||
"node-html-parser": "6.1.5",
|
||||
|
@ -6,9 +6,9 @@ export const QrCodeLogo = (props: React.SVGProps<SVGSVGElement>) => (
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
strokeWidth="2"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
{...props}
|
||||
>
|
||||
<rect width="5" height="5" x="3" y="3" rx="1" />
|
||||
|
Reference in New Issue
Block a user