Skip to content

Commit 84ebd23

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

File tree

6 files changed

+80
-104
lines changed

6 files changed

+80
-104
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.1.1",
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.1.0",
2020
"react-dom": "18.3.1",
2121
"typescript": "5.8.2"
2222
}

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

Lines changed: 23 additions & 31 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.1.1",
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.1.0",
2020
"react-dom": "18.3.1",
2121
"typescript": "5.8.2"
2222
}

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

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"homepage": "https://github.com/expatfile/next-runtime-env#readme",
3434
"dependencies": {
3535
"next": "^14",
36-
"react": "^18"
36+
"react": "^19.0.0"
3737
},
3838
"devDependencies": {
3939
"@testing-library/jest-dom": "^6.6.3",
4040
"@testing-library/react": "^16.2.0",
4141
"@types/eslint": "^9.6.1",
4242
"@types/jest": "^29.5.14",
4343
"@types/node": "^22.13.14",
44-
"@types/react": "^18.3.20",
44+
"@types/react": "^19.0.0",
4545
"@types/react-dom": "^18.3.5",
4646
"@typescript-eslint/eslint-plugin": "^8.28.0",
4747
"@typescript-eslint/parser": "^8.28.0",

0 commit comments

Comments
 (0)