Skip to content

Commit 1e1ad8f

Browse files
authored
chore: unify zod versions in tests (#571)
1 parent bd5666a commit 1e1ad8f

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

tests/integration/tests/nextjs/test-project/package-lock.json

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

tests/integration/tests/nextjs/test-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-dom": "18.2.0",
2121
"swr": "^2.2.0",
2222
"typescript": "4.9.4",
23-
"zod": "^3.21.1"
23+
"zod": "3.21.1"
2424
},
2525
"devDependencies": {
2626
"prisma": "^4.7.0"

tests/integration/tests/trpc/test-project/package-lock.json

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

0 commit comments

Comments
 (0)