Skip to content

Commit e8204fc

Browse files
committed
update
1 parent 9bc0399 commit e8204fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/tests/cli/generate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ model Post {
4545
// set up project
4646
fs.writeFileSync('package.json', JSON.stringify({ name: 'my app', version: '1.0.0' }));
4747
createNpmrc();
48-
installPackage('prisma @prisma/client zod@3');
48+
installPackage('prisma @prisma/client zod@^3.25.0');
4949
installPackage(path.join(__dirname, '../../../../packages/runtime/dist'));
5050

5151
// set up schema

tests/integration/tests/cli/plugins.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('CLI Plugins Tests', () => {
7070
// deps
7171
const ver = require('../../../../packages/schema/package.json').version;
7272
const depPkgs = [
73-
'zod@3.21.1',
73+
'zod@^3.25.0',
7474
'react',
7575
'swr',
7676
'@tanstack/react-query@5.56.x',

0 commit comments

Comments
 (0)