Skip to content

Commit 5f17879

Browse files
committed
fix the build prisma extension typecheck failure
1 parent 20f5f7b commit 5f17879

File tree

2 files changed

+11
-24
lines changed

2 files changed

+11
-24
lines changed

packages/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"check-exports": "attw --pack ."
7878
},
7979
"dependencies": {
80-
"@prisma/config": "~6.10.0",
80+
"@prisma/config": "6.19.0",
8181
"@trigger.dev/core": "workspace:4.1.2",
8282
"mlly": "~1.7.1",
8383
"pkg-types": "~1.1.3",
@@ -210,4 +210,4 @@
210210
"main": "./dist/commonjs/index.js",
211211
"types": "./dist/commonjs/index.d.ts",
212212
"module": "./dist/esm/index.js"
213-
}
213+
}

pnpm-lock.yaml

Lines changed: 9 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)