2
0

⬆️ Upgrade google-spreadsheet and fix openapi docs g…

This commit is contained in:
Baptiste Arnaud
2024-01-31 09:54:09 +01:00
parent 8ad4a0996c
commit 3b27f16735
10 changed files with 3730 additions and 12467 deletions

View File

@ -57,6 +57,7 @@ const nextConfig = {
config.resolve.alias['minio'] = false
config.resolve.alias['got'] = false
config.resolve.alias['openai'] = false
config.resolve.alias['qrcode'] = false
return config
},
headers: async () => {

View File

@ -64,7 +64,7 @@
"focus-visible": "5.2.0",
"framer-motion": "10.3.0",
"google-auth-library": "8.9.0",
"google-spreadsheet": "4.0.2",
"google-spreadsheet": "4.1.1",
"got": "12.6.0",
"immer": "10.0.2",
"jsonwebtoken": "9.0.1",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@
},
"devDependencies": {
"mintlify": "4.0.75",
"tsx": "^4.6.2"
"tsx": "^4.6.2",
"dotenv-cli": "7.2.1"
}
}

View File

@ -57,6 +57,7 @@ const nextConfig = {
config.resolve.alias['minio'] = false
config.resolve.alias['got'] = false
config.resolve.alias['openai'] = false
config.resolve.alias['qrcode'] = false
return config
},
async redirects() {

View File

@ -23,7 +23,7 @@
"ai": "2.2.31",
"bot-engine": "workspace:*",
"cors": "2.8.5",
"google-spreadsheet": "4.0.2",
"google-spreadsheet": "4.1.1",
"got": "12.6.0",
"next": "14.0.3",
"nextjs-cors": "2.1.2",

View File

@ -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",

View File

@ -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" />

5527
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff