Skip to content

Commit 32e77e0

Browse files
author
Luca Forstner
committed
test(e2e): Pin t3 e2e test deps
1 parent 05c7c89 commit 32e77e0

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@trpc/react-query": "^11.0.0-rc.446",
2222
"@trpc/server": "^11.0.0-rc.446",
2323
"geist": "^1.3.0",
24-
"next": "^14.2.4",
25-
"react": "^18.3.1",
26-
"react-dom": "^18.3.1",
24+
"next": "14.2.4",
25+
"react": "18.3.1",
26+
"react-dom": "18.3.1",
2727
"server-only": "^0.0.1",
2828
"superjson": "^2.2.1",
2929
"zod": "^3.23.3"
@@ -33,8 +33,8 @@
3333
"@sentry-internal/test-utils": "link:../../../test-utils",
3434
"@types/eslint": "^8.56.10",
3535
"@types/node": "^20.14.10",
36-
"@types/react": "^18.3.3",
37-
"@types/react-dom": "^18.3.0",
36+
"@types/react": "18.3.3",
37+
"@types/react-dom": "18.3.0",
3838
"@typescript-eslint/eslint-plugin": "^8.1.0",
3939
"@typescript-eslint/parser": "^8.1.0",
4040
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)