Skip to content

Commit 8160413

Browse files
committed
add missing dep
1 parent 36027ed commit 8160413

File tree

1 file changed

+2
-1
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-orpc

1 file changed

+2
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-orpc/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"eslint-config-next": "^14.2.4",
3838
"postcss": "^8.4.39",
3939
"prettier": "^3.3.2",
40-
"typescript": "^5.5.3"
40+
"typescript": "^5.5.3",
41+
"zod": "^3.24.2"
4142
},
4243
"volta": {
4344
"extends": "../../package.json"

0 commit comments

Comments
 (0)