Skip to content

Commit 15e462b

Browse files
authored
templates: ensure blank template installs matching react-dom version (#13757)
Currently, in fresh installations, pnpm may install react-dom version 19.1.1, which will throw an error as it does not match the react version it installs (19.1.0) --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1211306293437538
1 parent e52b757 commit 15e462b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/blank/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"next": "15.4.4",
3030
"payload": "workspace:*",
3131
"react": "19.1.0",
32+
"react-dom": "19.1.0",
3233
"sharp": "0.34.2"
3334
},
3435
"devDependencies": {

0 commit comments

Comments
 (0)