Skip to content

Commit e26e334

Browse files
committed
test(trpc): Fix E2E test by pinning to 11.3.0
See: trpc/trpc#6821
1 parent cbfada0 commit e26e334

File tree

1 file changed

+3
-3
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-t3

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@sentry/nextjs": "latest || *",
1818
"@t3-oss/env-nextjs": "^0.10.1",
1919
"@tanstack/react-query": "^5.50.0",
20-
"@trpc/client": "^11.0.0-rc.446",
21-
"@trpc/react-query": "^11.0.0-rc.446",
22-
"@trpc/server": "^11.0.0-rc.446",
20+
"@trpc/client": "~11.3.0",
21+
"@trpc/react-query": "~11.3.0",
22+
"@trpc/server": "~11.3.0",
2323
"geist": "^1.3.0",
2424
"next": "14.2.29",
2525
"react": "18.3.1",

0 commit comments

Comments
 (0)