* chore: bump package versions - @nestjs/common 10.4.20 - @nestjs/platform-express 10.4.20 - @jsforce/jsforce-node 3.10.10 - dompurify 3.3.1 - @dub/embed-react 0.0.18 - @dub/embed-core 0.0.18 - http-proxy-middleware 2.0.9 - action-download-artifact v6 * fix: align NestJS core packages to same version Update @nestjs/core and @nestjs/testing to 10.4.20 to match @nestjs/common and @nestjs/platform-express versions
28 lines
1.0 KiB
JSON
28 lines
1.0 KiB
JSON
{
|
|
"private": true,
|
|
"name": "@calcom/salesforce",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "Salesforce (Sales Cloud) is a cloud-based application designed to help your salespeople sell smarter and faster by centralizing customer information, logging their interactions with your company, and automating many of the tasks salespeople do every day.",
|
|
"scripts": {
|
|
"generate:schema": "graphql-introspection-json-to-sdl ./schema.json > ./schema.graphql",
|
|
"codegen": "graphql-codegen --config codegen.ts",
|
|
"codegen:watch": "graphql-codegen --config codegen.ts --watch"
|
|
},
|
|
"dependencies": {
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/prisma": "workspace:*",
|
|
"@jetstreamapp/soql-parser-js": "6.1.0",
|
|
"@jsforce/jsforce-node": "3.10.10",
|
|
"@urql/core": "5.1.1",
|
|
"@urql/exchange-retry": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "workspace:*",
|
|
"@graphql-codegen/cli": "5.0.5",
|
|
"@parcel/watcher": "2.5.1",
|
|
"graphql-config": "5.1.3",
|
|
"graphql-introspection-json-to-sdl": "1.0.3"
|
|
}
|
|
}
|