Skip to content

Commit 59f980c

Browse files
chore: upgrade db package version (#1558)
1 parent 80eb37b commit 59f980c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@nestjs/core": "^11.0.1",
1212
"@nestjs/platform-express": "^11.1.5",
1313
"@nestjs/swagger": "^11.2.0",
14-
"@trycompai/db": "^1.3.4",
14+
"@trycompai/db": "^1.3.6",
1515
"archiver": "^7.0.1",
1616
"axios": "^1.12.2",
1717
"class-transformer": "^0.5.1",

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@tiptap/extension-table-row": "^3.4.4",
4747
"@trigger.dev/react-hooks": "4.0.0",
4848
"@trigger.dev/sdk": "4.0.0",
49-
"@trycompai/db": "^1.3.4",
49+
"@trycompai/db": "^1.3.6",
5050
"@trycompai/email": "workspace:*",
5151
"@types/canvas-confetti": "^1.9.0",
5252
"@types/three": "^0.180.0",

apps/app/trigger.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
extensions: [
1414
prismaExtension({
1515
version: '6.13.0',
16-
dbPackageVersion: '^1.3.0', // Version of @trycompai/db package with compiled JS
16+
dbPackageVersion: '^1.3.6', // Version of @trycompai/db package with compiled JS
1717
}),
1818
puppeteer(),
1919
syncVercelEnvVars(),

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@react-email/render": "^1.1.2",
1010
"@t3-oss/env-nextjs": "^0.13.8",
1111
"@trycompai/analytics": "workspace:*",
12-
"@trycompai/db": "^1.3.4",
12+
"@trycompai/db": "^1.3.6",
1313
"@trycompai/email": "workspace:*",
1414
"@trycompai/kv": "workspace:*",
1515
"@trycompai/ui": "workspace:*",

0 commit comments

Comments
 (0)