Skip to content

Commit fc3606f

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

File tree

6 files changed

+52
-58
lines changed

6 files changed

+52
-58
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.0",
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.0",
2121
"typescript": "5.8.2"
2222
}
2323
}

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

Lines changed: 19 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.0",
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.0",
2121
"typescript": "5.8.2"
2222
}
2323
}

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/jest": "^29.5.14",
4343
"@types/node": "^22.13.14",
4444
"@types/react": "^18.3.20",
45-
"@types/react-dom": "^18.3.5",
45+
"@types/react-dom": "^19.0.0",
4646
"@typescript-eslint/eslint-plugin": "^8.28.0",
4747
"@typescript-eslint/parser": "^8.28.0",
4848
"audit-ci": "^7.1.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)