Skip to content

Commit 362e7dd

Browse files
ztannerpanteliselef
authored andcommitted
update reproduction templates to use correct React (vercel#65624)
Our reproduction templates are pinned to `next@canary`. This updates to use the correct `react` & `react-dom` dependencies since `canary` is pointed to React 19. Fixes vercel#65619
1 parent c03702d commit 362e7dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/reproduction-template-pages/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"dependencies": {
99
"next": "canary",
10-
"react": "^18.2.0",
11-
"react-dom": "^18.2.0"
10+
"react": "19.0.0-beta-4508873393-20240430",
11+
"react-dom": "19.0.0-beta-4508873393-20240430"
1212
},
1313
"devDependencies": {
1414
"@types/node": "20.4.5",

examples/reproduction-template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"dependencies": {
99
"next": "canary",
10-
"react": "^18.2.0",
11-
"react-dom": "^18.2.0"
10+
"react": "19.0.0-beta-4508873393-20240430",
11+
"react-dom": "19.0.0-beta-4508873393-20240430"
1212
},
1313
"devDependencies": {
1414
"@types/node": "20.4.5",

0 commit comments

Comments
 (0)