ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update dependency react-dom to 19.1.1

#190
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---react-dom-1758611776801 into main
1 file +1 -1

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

packages/launchpad/test-envs/bun-package-manager-with-deps/package.jsonmodified+2-2
Changes to packages/launchpad/test-envs/bun-package-manager-with-deps/package.json
@@ -13,8 +13,8 @@
1313 },
1414 "dependencies": {
1515 "next": "^14.0.0",
16 "react": "^19.1.1",
17 "react-dom": "^18.0.0"
16 "react": "^18.0.0",
17 "react-dom": "^19.1.1"
1818 },
1919 "devDependencies": {
2020 "@types/node": "^20.0.0",