Skip to content

Commit 60fe0b4

Browse files
chore(deps): update dependency react to v19
1 parent 536fc86 commit 60fe0b4

File tree

6 files changed

+97
-121
lines changed

6 files changed

+97
-121
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"dependencies": {
1212
"@types/node": "22.13.14",
13-
"@types/react": "18.3.20",
13+
"@types/react": "19.2.7",
1414
"@types/react-dom": "18.3.5",
1515
"eslint": "9.23.0",
1616
"eslint-config-next": "15.2.4",
1717
"next": "14.2.26",
1818
"next-runtime-env": "link:../..",
19-
"react": "18.3.1",
19+
"react": "19.2.0",
2020
"react-dom": "18.3.1",
2121
"typescript": "5.8.2"
2222
}

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

Lines changed: 27 additions & 35 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
@@ -10,13 +10,13 @@
1010
},
1111
"dependencies": {
1212
"@types/node": "22.13.14",
13-
"@types/react": "18.3.20",
13+
"@types/react": "19.2.7",
1414
"@types/react-dom": "18.3.5",
1515
"eslint": "9.23.0",
1616
"eslint-config-next": "15.2.4",
1717
"next": "14.2.26",
1818
"next-runtime-env": "link:../..",
19-
"react": "18.3.1",
19+
"react": "19.2.0",
2020
"react-dom": "18.3.1",
2121
"typescript": "5.8.2"
2222
}

0 commit comments

Comments
 (0)