Skip to content

Commit 33e3c80

Browse files
chore(deps): update dependency react to v19
1 parent 04fac5c commit 33e3c80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"dependencies": {
1212
"next": "14.2.3",
13-
"react": "^18.3.1",
13+
"react": "^19.0.0",
1414
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
1717
"@ryoppippi/unplugin-typia": "workspace:*",
1818
"@types/node": "^20.17.9",
19-
"@types/react": "^18.3.12",
19+
"@types/react": "^19.0.2",
2020
"@types/react-dom": "^18.3.1",
2121
"ts-patch": "^3.2.1",
2222
"tslib": "^2.8.1",

examples/vite-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"prepare": "ts-patch install && typia patch"
1212
},
1313
"dependencies": {
14-
"react": "^18.3.1",
14+
"react": "^19.0.0",
1515
"react-dom": "^18.3.1",
1616
"uuid": "^11.0.3"
1717
},
1818
"devDependencies": {
1919
"@ryoppippi/unplugin-typia": "workspace:*",
20-
"@types/react": "^18.3.12",
20+
"@types/react": "^19.0.2",
2121
"@types/react-dom": "^18.3.1",
2222
"@types/uuid": "^10.0.0",
2323
"@vitejs/plugin-react": "^4.3.4",

0 commit comments

Comments
 (0)