Skip to content

Commit 61360f0

Browse files
committed
update react versions for turbo test
1 parent 10d5454 commit 61360f0

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"test:dev": "TEST_ENV=development playwright test",
1010
"test:build": "pnpm install && pnpm build",
1111
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@canary && pnpm add react-dom@canary && pnpm build",
12-
"test:build-latest": "pnpm install && pnpm add next@latest && pnpm add react@rc && pnpm add react-dom@rc && pnpm build",
12+
"test:build-latest": "pnpm install && pnpm add next@latest && pnpm build",
1313
"test:assert": "pnpm test:prod && pnpm test:dev"
1414
},
1515
"dependencies": {
1616
"@sentry/nextjs": "latest || *",
1717
"@types/node": "^18.19.1",
18-
"@types/react": "18.0.26",
19-
"@types/react-dom": "18.0.9",
18+
"@types/react": "^19",
19+
"@types/react-dom": "^19",
2020
"next": "^15.3.5",
21-
"react": "rc",
22-
"react-dom": "rc",
21+
"react": "^19",
22+
"react-dom": "^19",
2323
"typescript": "~5.0.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)