Skip to content

Commit

Permalink
chore(deps): update dependency react to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 1223d41 commit c693fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@ryoppippi/unplugin-typia": "workspace:*",
"@types/node": "^20.17.9",
"@types/react": "19.0.4",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.2",
"ts-patch": "^3.2.1",
"tslib": "^2.8.1",
Expand All @@ -25,7 +25,7 @@
"typia": "^7.6.0"
},
"overrides": {
"@types/react": "19.0.4",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.2"
}
}
4 changes: 2 additions & 2 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"prepare": "ts-patch install && typia patch"
},
"dependencies": {
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"uuid": "^11.0.3"
},
"devDependencies": {
"@ryoppippi/unplugin-typia": "workspace:*",
"@types/react": "^18.3.12",
"@types/react": "^19.0.8",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
Expand Down

0 comments on commit c693fb4

Please sign in to comment.