Skip to content

Commit 0461fdc

Browse files
chore(deps): update dependency react-dom to v19
1 parent 536fc86 commit 0461fdc

File tree

6 files changed

+81
-59
lines changed

6 files changed

+81
-59
lines changed

examples/with-app-router-context/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"dependencies": {
1212
"@types/node": "22.13.14",
1313
"@types/react": "18.3.20",
14-
"@types/react-dom": "18.3.5",
14+
"@types/react-dom": "19.2.3",
1515
"eslint": "9.23.0",
1616
"eslint-config-next": "15.2.4",
1717
"next": "14.2.26",
1818
"next-runtime-env": "link:../..",
1919
"react": "18.3.1",
20-
"react-dom": "18.3.1",
20+
"react-dom": "19.2.4",
2121
"typescript": "5.8.2"
2222
}
2323
}

examples/with-app-router-context/pnpm-lock.yaml

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

examples/with-app-router-script/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"dependencies": {
1212
"@types/node": "22.13.14",
1313
"@types/react": "18.3.20",
14-
"@types/react-dom": "18.3.5",
14+
"@types/react-dom": "19.2.3",
1515
"eslint": "9.23.0",
1616
"eslint-config-next": "15.2.4",
1717
"next": "14.2.26",
1818
"next-runtime-env": "link:../..",
1919
"react": "18.3.1",
20-
"react-dom": "18.3.1",
20+
"react-dom": "19.2.4",
2121
"typescript": "5.8.2"
2222
}
2323
}

0 commit comments

Comments
 (0)