Skip to content

Commit da53004

Browse files
authored
chore(e2e): Pin react types for nextjs-t3 app (#14617)
Types for react cache are incompatible so we pin it for now.
1 parent 05c7c89 commit da53004

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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",
36+
"@types/react": "18.3.1",
3737
"@types/react-dom": "^18.3.0",
3838
"@typescript-eslint/eslint-plugin": "^8.1.0",
3939
"@typescript-eslint/parser": "^8.1.0",

0 commit comments

Comments
 (0)