We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edde8fc commit 4c0fde5Copy full SHA for 4c0fde5
script/test-scaffold.ts
@@ -20,7 +20,7 @@ function run(cmd: string) {
20
21
run('npm init -y');
22
run(
23
- 'npm i --no-audit --no-fund typescript@~5.8.0 prisma@6.11.x @prisma/client@6.11.x zod@^3.22.4 decimal.js @types/node'
+ 'npm i --no-audit --no-fund typescript@~5.8.0 prisma@6.11.x @prisma/client@6.11.x zod@^3.25.0 decimal.js @types/node'
24
);
25
26
console.log('Test scaffold setup complete.');
0 commit comments