Skip to content

Commit 375fddc

Browse files
committed
fix tests
1 parent 819a787 commit 375fddc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/plugins/trpc/tests/projects/t3-trpc-v10/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@prisma/client": "6.0.x",
17-
"@t3-oss/env-nextjs": "^0.7.1",
17+
"@t3-oss/env-nextjs": "^0.13.1",
1818
"@tanstack/react-query": "^4.36.1",
1919
"@trpc/client": "^10.43.6",
2020
"@trpc/next": "^10.43.6",
@@ -24,7 +24,7 @@
2424
"react": "18.2.0",
2525
"react-dom": "18.2.0",
2626
"superjson": "^2.2.1",
27-
"zod": "^3.22.4"
27+
"zod": "^4.0.0"
2828
},
2929
"devDependencies": {
3030
"@types/eslint": "^8.44.7",

packages/plugins/trpc/tests/projects/t3-trpc-v11/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@prisma/client": "6.15.x",
19-
"@t3-oss/env-nextjs": "^0.10.1",
19+
"@t3-oss/env-nextjs": "^0.13.1",
2020
"@tanstack/react-query": "^5.50.0",
2121
"@trpc/client": "^11.0.0-rc.446",
2222
"@trpc/next": "^11.0.0-rc.446",

0 commit comments

Comments
 (0)