feat: fix google
This commit is contained in:
parent
4cac49c9a7
commit
4f12b82d1e
|
|
@ -1,10 +1,3 @@
|
|||
import {
|
||||
AnalyticsData,
|
||||
AuthTokenDetails,
|
||||
PostDetails,
|
||||
PostResponse,
|
||||
SocialProvider,
|
||||
} from '@gitroom/nestjs-libraries/integrations/social/social.integrations.interface';
|
||||
import { makeId } from '@gitroom/nestjs-libraries/services/make.is';
|
||||
import { google } from 'googleapis';
|
||||
import { OAuth2Client } from 'google-auth-library/build/src/auth/oauth2client';
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -18,7 +18,7 @@
|
|||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.529.1",
|
||||
"@casl/ability": "^6.5.0",
|
||||
"@copilotkit/backend": "0.38.0-mme-pre.0",
|
||||
"@copilotkit/backend": "^0.3.0",
|
||||
"@copilotkit/react-core": "0.38.0-mme-pre.0",
|
||||
"@copilotkit/react-textarea": "0.38.0-mme-pre.0",
|
||||
"@copilotkit/react-ui": "0.38.0-mme-pre.0",
|
||||
|
|
@ -66,6 +66,7 @@
|
|||
"cookie-parser": "^1.4.6",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"dayjs": "^1.11.10",
|
||||
"google-auth-library": "^9.11.0",
|
||||
"googleapis": "^137.1.0",
|
||||
"ioredis": "^5.3.2",
|
||||
"json-to-graphql-query": "^2.2.5",
|
||||
|
|
@ -75,7 +76,7 @@
|
|||
"mime-types": "^2.1.35",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"nestjs-command": "^3.1.4",
|
||||
"next": "14.0.4",
|
||||
"next": "^14.2.4",
|
||||
"openai": "^4.47.1",
|
||||
"prisma-paginate": "^5.2.1",
|
||||
"react": "18.2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue