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['minio'] = false
config.resolve.alias['got'] = false config.resolve.alias['got'] = false
config.resolve.alias['openai'] = false config.resolve.alias['openai'] = false
config.resolve.alias['qrcode'] = false
return config return config
}, },
headers: async () => { headers: async () => {

View File

@ -64,7 +64,7 @@
"focus-visible": "5.2.0", "focus-visible": "5.2.0",
"framer-motion": "10.3.0", "framer-motion": "10.3.0",
"google-auth-library": "8.9.0", "google-auth-library": "8.9.0",
"google-spreadsheet": "4.0.2", "google-spreadsheet": "4.1.1",
"got": "12.6.0", "got": "12.6.0",
"immer": "10.0.2", "immer": "10.0.2",
"jsonwebtoken": "9.0.1", "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": { "devDependencies": {
"mintlify": "4.0.75", "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['minio'] = false
config.resolve.alias['got'] = false config.resolve.alias['got'] = false
config.resolve.alias['openai'] = false config.resolve.alias['openai'] = false
config.resolve.alias['qrcode'] = false
return config return config
}, },
async redirects() { async redirects() {

View File

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

View File

@ -22,7 +22,7 @@
"chrono-node": "2.7.0", "chrono-node": "2.7.0",
"date-fns": "2.30.0", "date-fns": "2.30.0",
"google-auth-library": "8.9.0", "google-auth-library": "8.9.0",
"google-spreadsheet": "4.0.2", "google-spreadsheet": "4.1.1",
"got": "12.6.0", "got": "12.6.0",
"libphonenumber-js": "1.10.37", "libphonenumber-js": "1.10.37",
"node-html-parser": "6.1.5", "node-html-parser": "6.1.5",

View File

@ -6,9 +6,9 @@ export const QrCodeLogo = (props: React.SVGProps<SVGSVGElement>) => (
viewBox="0 0 24 24" viewBox="0 0 24 24"
fill="none" fill="none"
stroke="currentColor" stroke="currentColor"
stroke-width="2" strokeWidth="2"
stroke-linecap="round" strokeLinecap="round"
stroke-linejoin="round" strokeLinejoin="round"
{...props} {...props}
> >
<rect width="5" height="5" x="3" y="3" rx="1" /> <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