Skip to content

Commit 82a6110

Browse files
authored
update reproduction templates to use correct React (#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 #65619
1 parent c98c6d6 commit 82a6110

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/reproduction-template-pages/package.json

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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)